Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for little32 (0.21 sec)

  1. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    `That WAS a narrow escape!' said Alice, a good deal frightened at
    the sudden change, but very glad to find herself still in
    existence; `and now for the garden!' and she ran with all speed
    back to the little door:  but, alas! the little door was shut
    again, and the little golden key was lying on the glass table as
    before, `and things are worse than ever,' thought the poor child,
    `for I never was so small as this before, never!  And I declare
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    `That WAS a narrow escape!' said Alice, a good deal frightened at
    the sudden change, but very glad to find herself still in
    existence; `and now for the garden!' and she ran with all speed
    back to the little door:  but, alas! the little door was shut
    again, and the little golden key was lying on the glass table as
    before, `and things are worse than ever,' thought the poor child,
    `for I never was so small as this before, never!  And I declare
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    first, the produced Axes of the Spectrums _tp_ or _2t 2p_ made by that Refraction did cut the produced Axis of the Spectrum TP in the points _m_ and _n_, a little beyond the Center of that white round Image S. Whence the proportion of the Line 3_t_T to the Line 3_p_P was a little greater than the Proportion of 2_t_T or 2_p_P, and this Proportion a little greater than that of _t_T to _p_P. Now when the Light of the Spectrum PT falls perpendicularly upon the Wall, those Lines 3_t_T, 3_p_P, and 2_t_T, and...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  4. src/cmd/go/internal/work/exec.go

    	{0xFE, 0xED, 0xFA, 0xCF},                  // Mach-O big-endian 64-bit
    	{0xCE, 0xFA, 0xED, 0xFE},                  // Mach-O little-endian 32-bit
    	{0xCF, 0xFA, 0xED, 0xFE},                  // Mach-O little-endian 64-bit
    	{0x4d, 0x5a, 0x90, 0x00, 0x03, 0x00},      // PE (Windows) as generated by 6l/8l and gcc
    	{0x4d, 0x5a, 0x78, 0x00, 0x01, 0x00},      // PE (Windows) as generated by llvm for dll
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  5. src/debug/elf/elf.go

    // Data is found in Header.Ident[EI_DATA] and Header.Data.
    type Data byte
    
    const (
    	ELFDATANONE Data = 0 /* Unknown data format. */
    	ELFDATA2LSB Data = 1 /* 2's complement little-endian. */
    	ELFDATA2MSB Data = 2 /* 2's complement big-endian. */
    )
    
    var dataStrings = []intName{
    	{0, "ELFDATANONE"},
    	{1, "ELFDATA2LSB"},
    	{2, "ELFDATA2MSB"},
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/x86/asm6.go

    	ab.buf[ab.off+2] = z
    	ab.buf[ab.off+3] = w
    	ab.off += 4
    }
    
    // PutInt16 writes v into the buffer using little-endian encoding.
    func (ab *AsmBuf) PutInt16(v int16) {
    	ab.buf[ab.off+0] = byte(v)
    	ab.buf[ab.off+1] = byte(v >> 8)
    	ab.off += 2
    }
    
    // PutInt32 writes v into the buffer using little-endian encoding.
    func (ab *AsmBuf) PutInt32(v int32) {
    	ab.buf[ab.off+0] = byte(v)
    	ab.buf[ab.off+1] = byte(v >> 8)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. pkg/controller/job/job_controller_test.go

    			if tc.wantRequeued {
    				verifyEmptyQueueAndAwaitForQueueLen(ctx, t, manager, 1)
    			} else {
    				// We advance the clock to make sure there are not items awaiting
    				// to be added into the queue. We also sleep a little to give the
    				// delaying queue time to move the potential items from pre-queue
    				// into the queue asynchronously.
    				manager.clock.Sleep(fastJobApiBackoff)
    				time.Sleep(time.Millisecond)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  8. src/crypto/internal/nistec/fiat/p521_fiat64.go

    	out1[2] = x3
    	out1[3] = x4
    	out1[4] = x5
    	out1[5] = x6
    	out1[6] = x7
    	out1[7] = x8
    	out1[8] = x9
    }
    
    // p521ToBytes serializes a field element NOT in the Montgomery domain to bytes in little-endian order.
    //
    // Preconditions:
    //
    //	0 ≤ eval arg1 < m
    //
    // Postconditions:
    //
    //	out1 = map (λ x, ⌊((eval arg1 mod m) mod 2^(8 * (x + 1))) / 2^(8 * x)⌋) [0..65]
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 167K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/data.go

    	// it in the other module.)
    	//
    	// To work around this we lay out the symbls whose
    	// addresses are vital for multi-module programs to work
    	// as normal symbols, and give them a little size.
    	//
    	// On AIX, as all DATA sections are merged together, ld might not put
    	// these symbols at the beginning of their respective section if there
    	// aren't real symbols, their alignment might not match the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/popper.min.js.map

    n     */\n    priority: ['left', 'right', 'top', 'bottom'],\n    /**\n     * @prop {number} padding=5\n     * Amount of pixel used to define a minimum distance between the boundaries\n     * and the popper. This makes sure the popper always has a little padding\n     * between the edges of its container\n     */\n    padding: 5,\n    /**\n     * @prop {String|HTMLElement} boundariesElement='scrollParent'\n     * Boundaries used by the modifier. Can be `scrollParent`, `window`,\n     * `viewport`...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
Back to top