Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for little32 (0.1 sec)

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

        <glob pattern="*.one"/>
        <magic priority="50">
          <!-- GUID {7B5C52E4-D88C-4DA7-AEB1-5378D02996D3} -->
          <match value="0x7B5C52E4" type="little32" offset="0">
            <match value="0xD88C" type="little16" offset="4">
              <match value="0x4DA7" type="little16" offset="6">
                <match value="0xAEB15378D02996D3" offset="8" />
              </match>
            </match>
          </match>
        </magic>
    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. CHANGELOG/CHANGELOG-1.29.md

      
      As this code is still very new, it has not been heavily optimized yet;
      while it is expected to _eventually_ have better performance than the
      iptables backend, very little performance testing has been done so far. ([#121046](https://github.com/kubernetes/kubernetes/pull/121046), [@danwinship](https://github.com/danwinship))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssagen/ssa.go

    		// currently shown:
    		//   good for amd64
    		//   not helpful for Apple Silicon
    		//
    		case "amd64", "386":
    			// Align to 64 if 31 or fewer bytes remain in a cache line
    			// benchmarks a little better than always aligning, and also
    			// adds slightly less to the (PGO-compiled) binary size.
    			hotAlign = 64
    			hotRequire = 31
    		}
    	}
    
    	// Emit basic blocks
    	for i, b := range f.Blocks {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  4. src/net/http/h2_bundle.go

    	// For now we're lazy and just pick the minimum MAX_FRAME_SIZE
    	// that all peers must support (16KB). Later we could care
    	// more and send larger frames if the peer advertised it, but
    	// there's little point. Most headers are small anyway (so we
    	// generally won't have CONTINUATION frames), and extra frames
    	// only waste 9 bytes anyway.
    	const maxFrameSize = 16384
    
    	first := true
    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