Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for bigN (0.06 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <magic priority="50">
          <!-- MM.* = Big endian (M=Motorola) and 0x002a in big endian    -->
          <match value="MM\x00\x2a" type="string" offset="0"/>
          <!-- II*. = Little endian (I=Intel) and 0x002a in little endian -->
          <match value="II\x2a\x00" type="string" offset="0"/>
          <!-- MM.+ = Big endian (M=Motorola) and 0x002a in big endian-->
          <match value="MM\x00\x2b" type="string" offset="0"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    	alias("sync/atomic", "OrUint64", "internal/runtime/atomic", "Or64", sys.ArchARM64)
    	alias("sync/atomic", "OrUintptr", "internal/runtime/atomic", "Or64", sys.ArchARM64)
    
    	/******** math/big ********/
    	alias("math/big", "mulWW", "math/bits", "Mul64", p8...)
    }
    
    // findIntrinsic returns a function which builds the SSA equivalent of the
    // function identified by the symbol sym.  If sym is not an intrinsic call, returns nil.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.28.md

    - ACTION_REQUIRED
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
  4. src/net/http/h2_bundle.go

    }
    
    // Seven bufPools manage different frame sizes. This helps to avoid scenarios where long-running
    // streaming requests using small frame sizes occupy large buffers initially allocated for prior
    // requests needing big buffers. The size ranges are as follows:
    // {0 KB, 16 KB], {16 KB, 32 KB], {32 KB, 64 KB], {64 KB, 128 KB], {128 KB, 256 KB],
    // {256 KB, 512 KB], {512 KB, infinity}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top