HomeSort by relevance Sort by last modified time
    Searched refs:Uint32 (Results 101 - 125 of 187) sorted by null

1 2 3 45 6 7 8

  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_keyboard.h 52 Uint32 unused;
  /external/v8/test/unittests/compiler/x64/
instruction-selector-x64-unittest.cc 38 StreamBuilder m(this, MachineType::Float64(), MachineType::Uint32());
47 StreamBuilder m(this, MachineType::Uint64(), MachineType::Uint32());
99 {MachineType::Uint32(), kX64Movl, kX64Movl},
861 StreamBuilder m(this, MachineType::Uint32(), MachineType::Uint32(),
862 MachineType::Uint32());
882 StreamBuilder m(this, MachineType::Uint32(), MachineType::Uint32(),
883 MachineType::Uint32());
    [all...]
  /external/v8/test/cctest/compiler/
test-run-machops.cc 67 BufferedRawMachineAssemblerTester<uint32_t> m(MachineType::Uint32());
86 BufferedRawMachineAssemblerTester<int32_t> m(MachineType::Uint32());
129 BufferedRawMachineAssemblerTester<int32_t> m(MachineType::Uint32());
169 BufferedRawMachineAssemblerTester<int32_t> m(MachineType::Uint32());
    [all...]
test-run-wasm-machops.cc 83 RunLoadStoreRelocation<uint32_t>(MachineType::Uint32());
143 RunLoadStoreRelocationOffset<uint32_t>(MachineType::Uint32());
  /external/gemmlowp/internal/
allocator.h 54 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 };
77 GEMMLOWP_REGISTER_TYPEID(std::uint32_t, Uint32)
  /prebuilts/misc/windows/sdl2/test/
testspriteminimal.c 65 (*(Uint32 *) temp->pixels) & 0x00FFFFFF);
68 SDL_SetColorKey(temp, SDL_TRUE, *(Uint32 *) temp->pixels);
loopwave.c 34 Uint32 soundlen; /* Length of wave data */
testautomation_platform.c 42 ret = _compareSizeOfType( sizeof(Uint32), 4 );
43 SDLTest_AssertCheck( ret == 0, "sizeof(Uint32) = %lu, expected 4", sizeof(Uint32) );
60 Uint32 value32 = 0xEFBEADDE;
61 Uint32 swapped32 = 0xDEADBEEF;
testhotplug.c 33 Uint32 init_subsystems = SDL_INIT_VIDEO | SDL_INIT_JOYSTICK;
testrendertarget.c 68 (*(Uint32 *) temp->pixels) & 0x00FFFFFF);
71 SDL_SetColorKey(temp, SDL_TRUE, *(Uint32 *) temp->pixels);
99 Uint32 P;
224 Uint32 then, now;
testrendercopyex.c 68 (*(Uint32 *) temp->pixels) & 0x00FFFFFF);
71 SDL_SetColorKey(temp, SDL_TRUE, *(Uint32 *) temp->pixels);
140 Uint32 then, now;
testshape.c 55 Uint32 pixelFormat = 0;
154 SDL_QueryTexture(pictures[current_picture].texture,(Uint32 *)&pixelFormat,(int *)&access,&texture_dimensions.w,&texture_dimensions.h);
173 SDL_QueryTexture(pictures[current_picture].texture,(Uint32 *)&pixelFormat,(int *)&access,&texture_dimensions.w,&texture_dimensions.h);
controllermap.c 77 (*(Uint32 *) temp->pixels) & 0x00FFFFFF);
80 SDL_SetColorKey(temp, SDL_TRUE, *(Uint32 *) temp->pixels);
112 Uint32 alpha_ticks;
testautomation_mouse.c 16 int _mouseStateCheck(Uint32 state)
35 Uint32 state;
81 Uint32 state;
testgesture.c 90 Uint32 *pixmem32;
91 Uint32 colour;
100 pixmem32 = (Uint32*) screen->pixels + y*screen->pitch/BPP + x;
testmultiaudio.c 16 static Uint32 soundlen = 0; /* Length of wave data */
testresample.c 20 Uint32 len = 0;
testautomation_surface.c 37 Uint32 rmask, gmask, bmask, amask;
78 Uint32 color;
302 Uint32 pixel_formats[] = {
testsprite2.c 79 SDL_SetColorKey(temp, 1, (*(Uint32 *) temp->pixels) & 0x00FFFFFF);
82 SDL_SetColorKey(temp, 1, *(Uint32 *) temp->pixels);
238 Uint32 then, now, frames;
  /external/v8/test/cctest/wasm/
test-run-wasm-relocation.cc 22 TEST_BODY(uint32_t, Uint32, WASM_I32_ADD) \
  /prebuilts/misc/darwin-x86_64/sdl2_ttf/include/SDL2/
SDL_ttf.h 218 const char *text, SDL_Color fg, Uint32 wrapLength);
220 const char *text, SDL_Color fg, Uint32 wrapLength);
222 const Uint16 *text, SDL_Color fg, Uint32 wrapLength);
  /prebuilts/misc/windows/sdl2_ttf/i686-w64-mingw32/include/SDL2/
SDL_ttf.h 218 const char *text, SDL_Color fg, Uint32 wrapLength);
220 const char *text, SDL_Color fg, Uint32 wrapLength);
222 const Uint16 *text, SDL_Color fg, Uint32 wrapLength);
  /prebuilts/misc/windows/sdl2_ttf/x86_64-w64-mingw32/include/SDL2/
SDL_ttf.h 218 const char *text, SDL_Color fg, Uint32 wrapLength);
220 const char *text, SDL_Color fg, Uint32 wrapLength);
222 const Uint16 *text, SDL_Color fg, Uint32 wrapLength);
  /external/v8/test/unittests/compiler/
simplified-operator-unittest.cc 214 {kUntaggedBase, 0, Type::Any(), MachineType::Uint32(), kNoWriteBarrier},
222 {kUntaggedBase, 0, Type::Unsigned32(), MachineType::Uint32(),
241 MachineType::Uint32(), kNoWriteBarrier},
  /external/v8/src/compiler/
basic-block-instrumentor.cc 84 Node* load = graph->NewNode(machine.Load(MachineType::Uint32()), base, zero,

Completed in 401 milliseconds

1 2 3 45 6 7 8