Home
last modified time | relevance | path

Searched refs:OFFS (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/src/misc/
H A Dioctl.c26 #define OFFS(...) COUNT(__VA_ARGS__), { __VA_ARGS__ } macro
40 { SIOCGSTAMP, SIOCGSTAMP_OLD, 8, R, 0, OFFS(0, 4) },
41 { SIOCGSTAMPNS, SIOCGSTAMPNS_OLD, 8, R, 0, OFFS(0, 4) },
44 { _IOR('T', 0x14, char[96]), _IOR('T', 0x14, 88), 88, R, 0, OFFS(0,4) },
47 { _IOR('A', 0x20, char[128]), _IOR('A', 0x20, char[108]), 108, R, 1, OFFS(4,8,12,16,52,56,60,64) },
48 { _IOWR('A', 0x24, char[128]), _IOWR('A', 0x24, char[108]), 108, WR, 1, OFFS(4,8,12,16,52,56,60,64) },
51 { _IOWR('W', 0x20, char[48]), _IOWR('W', 0x20, char[36]), 36, WR, 1, OFFS(4,8) },
56 { 0, 0, 32, WR, 1, OFFS(8,12,16,24,28) }, /* snd_pcm_mmap_status */
60 { _IOWR('V', 9, new_misaligned(68)), _IOWR('V', 9, char[68]), 68, WR, 1, OFFS(20, 24) },
61 { _IOWR('V', 15, new_misaligned(68)), _IOWR('V', 15, char[68]), 68, WR, 1, OFFS(2
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp1129 #define UI8(OFFS, COUNT) ((*((const deUint8*)pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1)) in getPixel()
1130 #define UI16(OFFS, COUNT) ((*((const deUint16*)pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1)) in getPixel()
1131 #define UI32(OFFS, COUNT) ((*((const deUint32*)pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1)) in getPixel()
1132 #define SI32(OFFS, COUNT) signExtend(UI32(OFFS, COUNT), (COUNT)) in getPixel()
1133 #define UN8(OFFS, COUNT) channelToUnormFloat(UI8 (OFFS, COUN in getPixel()
[all...]
/third_party/mesa3d/src/asahi/lib/
H A Dagx_device.c382 unsigned OFFS = 1024 - END_LEN; in agx_create_command_queue() local
383 memcpy(buffer + OFFS, path + SKIP, END_LEN); in agx_create_command_queue()

Completed in 7 milliseconds