Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 67 of 67 for indiana (0.33 sec)

  1. ci/official/containers/linux_arm64/builder.devtoolset/stringop_trunc.patch

    +++ b/string/bits/string2.h
    @@ -47,29 +47,7 @@
     #endif
     
     #if _STRING_ARCH_unaligned
    -/* If we can do unaligned memory accesses we must know the endianess.  */
    -# include <endian.h>
     # include <bits/types.h>
    -
    -# if __BYTE_ORDER == __LITTLE_ENDIAN
    -#  define __STRING2_SMALL_GET16(src, idx) \
    -     (((const unsigned char *) (const char *) (src))[idx + 1] << 8	      \
    -      | ((const unsigned char *) (const char *) (src))[idx])
    Others
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 42.9K bytes
    - Viewed (1)
  2. docs/pt/docs/alternatives.md

        Ele claramente inspirou Uvicorn e Starlette, que são atualmente mais rápidos que o Sanic em testes de performance abertos.
    
    !!! check "**FastAPI** inspirado para"
        Achar um jeito de ter uma performance insana.
    
        É por isso que o **FastAPI** é baseado em Starlette, para que ele seja o framework mais rápido disponível (performance testada por terceiros).
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 25.5K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg syscall (linux-386), const PR_CAPBSET_DROP ideal-int
    pkg syscall (linux-386), const PR_CAPBSET_READ ideal-int
    pkg syscall (linux-386), const PR_ENDIAN_BIG ideal-int
    pkg syscall (linux-386), const PR_ENDIAN_LITTLE ideal-int
    pkg syscall (linux-386), const PR_ENDIAN_PPC_LITTLE ideal-int
    pkg syscall (linux-386), const PR_FPEMU_NOPRINT ideal-int
    pkg syscall (linux-386), const PR_FPEMU_SIGFPE ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  4. tensorflow/c/c_api_function_test.cc

      DefineFunction("func_name_base", &func_, "Return something",
                     /*append_hash=*/true);
      tensorflow::FunctionDef fdef;
      ASSERT_TRUE(GetFunctionDef(func_, &fdef));
    #if (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__)
      ASSERT_EQ(string("func_name_base_ZpgUD4x8oqk"), fdef.signature().name());
    #else
      ASSERT_EQ(string("func_name_base_qaJ8jA8UmGY"), fdef.signature().name());
    #endif
    }
    
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Jul 20 22:08:54 GMT 2023
    - 63.6K bytes
    - Viewed (6)
  5. api/go1.1.txt

    pkg syscall (linux-386), const PR_CAPBSET_DROP = 24
    pkg syscall (linux-386), const PR_CAPBSET_READ = 23
    pkg syscall (linux-386), const PR_ENDIAN_BIG = 0
    pkg syscall (linux-386), const PR_ENDIAN_LITTLE = 1
    pkg syscall (linux-386), const PR_ENDIAN_PPC_LITTLE = 2
    pkg syscall (linux-386), const PR_FPEMU_NOPRINT = 1
    pkg syscall (linux-386), const PR_FPEMU_SIGFPE = 2
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    20B2..20B5    ; valid                  ;      ; NV8    # 4.1  GUARANI SIGN..CEDI SIGN
    20B6..20B8    ; valid                  ;      ; NV8    # 5.2  LIVRE TOURNOIS SIGN..TENGE SIGN
    20B9          ; valid                  ;      ; NV8    # 6.0  INDIAN RUPEE SIGN
    20BA          ; valid                  ;      ; NV8    # 6.2  TURKISH LIRA SIGN
    20BB..20BD    ; valid                  ;      ; NV8    # 7.0  NORDIC MARK SIGN..RUBLE SIGN
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
  7. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const PR_CAPBSET_READ ideal-int
    pkg syscall (linux-arm-cgo), const PR_CLEAR_SECCOMP_FILTER ideal-int
    pkg syscall (linux-arm-cgo), const PR_ENDIAN_BIG ideal-int
    pkg syscall (linux-arm-cgo), const PR_ENDIAN_LITTLE ideal-int
    pkg syscall (linux-arm-cgo), const PR_ENDIAN_PPC_LITTLE ideal-int
    pkg syscall (linux-arm-cgo), const PR_FPEMU_NOPRINT ideal-int
    pkg syscall (linux-arm-cgo), const PR_FPEMU_SIGFPE ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top