Home
last modified time | relevance | path

Searched refs:ui8 (Results 1 - 9 of 9) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-buffer-inheritance.js8 const ui8 = new Uint8Array(n);
9 Object.setPrototypeOf(ui8, T.prototype);
10 return ui8;
H A Dtest-buffer-alloc.js46 const ui8 = new Uint8Array(4).fill(42);
47 const e = Buffer.from(ui8);
49 assert.strictEqual(value, ui8[index]);
54 const ui8 = new Uint8Array(4).fill(42);
55 const e = Buffer(ui8);
57 assert.strictEqual(value, ui8[key]);
/third_party/ltp/testcases/network/lib6/
H A Din6_01.c58 uint8_t ui8 = 1; in test_in6_addr() local
61 in6.s6_addr[0] = ui8; in test_in6_addr()
72 uint8_t ui8 = 1; in test_sockaddr_in6() local
79 in6.s6_addr[0] = ui8; in test_sockaddr_in6()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h150 #define UINT8_C(C) C##ui8
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_util.h313 uint32_t ui8;
367 PACK_F(ui8, r8g8b8a8_unorm);
/third_party/node/deps/uv/include/uv/
H A Dstdint-msvc2008.h235 #define UINT8_C(val) val##ui8
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c170 uint8_t ui8[4]; member
288 e->ui8[c] = f_u * 0xff; in setup_border_colors()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c67 uint8_t ui8[4]; member
193 e->ui8[c] = f_u * 0xff; in setup_border_colors()
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp3553 uint8_t ui8(1);
3568 RR_WATCH(ui8);
3590 " ui8: 1",

Completed in 11 milliseconds