Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for ifdef (0.48 sec)

  1. src/cmd/asm/internal/lex/input.go

    		switch in.Stack.Text() {
    		case "else", "endif", "ifdef", "ifndef", "line":
    			// Press on.
    		default:
    			return false
    		}
    	}
    	switch in.Stack.Text() {
    	case "define":
    		in.define()
    	case "else":
    		in.else_()
    	case "endif":
    		in.endif()
    	case "ifdef":
    		in.ifdef(true)
    	case "ifndef":
    		in.ifdef(false)
    	case "include":
    		in.include()
    	case "line":
    		in.line()
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Sep 06 13:17:27 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  2. ci/official/containers/ml_build_arm64/builder.devtoolset/stringop_trunc.patch

    +# define __bzero(s, n) __builtin_memset (s, '\0', n)
     #endif
     
    -
    -/* Copy N bytes from SRC to DEST, returning pointer to byte following the
    -   last copied.  */
    -#ifdef __USE_GNU
    -# if !defined _HAVE_STRING_ARCH_mempcpy || defined _FORCE_INLINES
    -#  ifndef _HAVE_STRING_ARCH_mempcpy
    -#   if __GNUC_PREREQ (3, 4)
    -#    define __mempcpy(dest, src, n) __builtin_mempcpy (dest, src, n)
    -#   elif __GNUC_PREREQ (3, 0)
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Nov 11 19:25:56 UTC 2024
    - 42.9K bytes
    - Viewed (0)
  3. tensorflow/c/c_api.h

    // * Devices are not in this API.  Instead, they are created/used internally
    //   and the API just provides high level controls over the number of
    //   devices of each type.
    
    #ifdef __cplusplus
    extern "C" {
    #endif
    
    // --------------------------------------------------------------------------
    // TF_Version returns a string describing version information of the
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  4. lib/fips140/v1.0.0.zip

    $0x1b0000001b000000 DATA ·rcon+0x30(SB)/8, $0x0d0e0f0c0d0e0f0c // MASK DATA ·rcon+0x38(SB)/8, $0x0d0e0f0c0d0e0f0c // MASK DATA ·rcon+0x40(SB)/8, $0x0000000000000000 DATA ·rcon+0x48(SB)/8, $0x0000000000000000 GLOBL ·rcon(SB), RODATA, $80 #ifdef GOARCH_ppc64le # ifdef GOPPC64_power9 #define P8_LXVB16X(RA,RB,VT) LXVB16X (RA+RB), VT #define P8_STXVB16X(VS,RA,RB) STXVB16X VS, (RA+RB) #define XXBRD_ON_LE(VA,VT) XXBRD VA, VT #define SETUP_ESPERM(rtmp) # else // On POWER8/ppc64le, emulate the POWER9 instructions...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  5. tensorflow/c/c_api_function.cc

                                  TF_Status* status) {
      status->status = MessageToBuffer(func->record->fdef(), output_func_def);
    }
    
    TF_Function* TF_FunctionImportFunctionDef(const void* proto, size_t proto_len,
                                              TF_Status* status) {
      tensorflow::FunctionDef fdef;
      bool success = fdef.ParseFromArray(proto, proto_len);
      if (!success) {
        status->status = InvalidArgument(
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Sat Oct 12 16:27:48 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  6. ci/official/containers/ml_build_arm64/builder.devtoolset/gcc9-fixups.patch

    index c555bf2..143b26d 100644
    --- a/include/libc-symbols.h
    +++ b/include/libc-symbols.h
    @@ -107,6 +107,11 @@
     # endif
     #endif
     
    +#ifndef __attribute_copy__
    +/* Provide an empty definition when cdefs.h is not included.  */
    +# define __attribute_copy__(arg)
    +#endif
    +
     #ifndef __ASSEMBLER__
     /* GCC understands weak symbols and aliases; use its interface where
        possible, instead of embedded assembly language.  */
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Nov 11 19:25:56 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  7. tensorflow/c/c_api_experimental.cc

            text_proto);
        return {};
      }
      std::vector<UniqueFuncPtr> ret;
      for (const FunctionDef& fdef : fdef_lib.function()) {
        // Make a copy so that we can mutate it.
        FunctionDef fdef_to_load = fdef;
        if (mutate_proto_func) {
          (*mutate_proto_func)(&fdef_to_load);
        }
        VLOG(1) << "Adding func to graph: " << fdef_to_load.DebugString();
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 03:53:25 UTC 2025
    - 29.5K bytes
    - Viewed (0)
  8. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    FDC8..FDCE    ; disallowed                             # NA   <reserved-FDC8>..<reserved-FDCE>
    FDCF          ; valid                  ;      ; NV8    # 14.0 ARABIC LIGATURE SALAAMUHU ALAYNAA
    FDD0..FDEF    ; disallowed                             # 3.1  <noncharacter-FDD0>..<noncharacter-FDEF>
    FDF0          ; mapped                 ; 0635 0644 06D2 #1.1  ARABIC LIGATURE SALLA USED AS KORANIC STOP SIGN ISOLATED FORM
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  9. src/main/webapp/css/admin/adminlte.min.css.map

    AA,KACA,eAAA,KAJF,mBAOI,cAAA,EACA,cAAA,EACA,eAAA,EATJ,kBAaI,cAAA,KACA,MAAA,KAdJ,WAkBI,MAAA,K5C5BA,iB4CkCA,MAAA,KACA,aAAA,QCpCJ,epHME,UAAA,KAGA,OAAA,KoHPA,MAAA,KAIF,sBACE,eAAA,QAAA,YAAA,QACA,QAAA,YAAA,QAAA,KACA,WAAA,KAIF,qBlHFM,WAAA,EAAA,IAAA,IAAA,iBDEF,cAAA,OmHIF,iBAAA,KACA,OAAA,IAAA,MAAA,QACA,QAAA,YAAA,QAAA,KACA,aAAA,KACA,UAAA,KACA,QAAA,MATF,yBpHPE,UAAA,KAGA,OAAA,KoHiBE,oBAAA,OAAA,WAAA,OAbJ,2BAiBI,QAAA,GAKJ,iBAEI,aAAA,MCtCJ,aAEI,eAAA,OAFJ,uBAMI,cAAA,E5Hs5kCJ,4B4H55kCA,2BAYI,cAAA,IACA,QAAA,OACA,...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (1)
Back to top