Searched refs:BYTE_SIZE (Results 1 - 5 of 5) sorted by relevance
/third_party/libbpf/src/ |
H A D | bpf_core_read.h | 48 __CORE_RELO(src, fld, BYTE_SIZE), \ 57 (void *)dst + (8 - __CORE_RELO(src, fld, BYTE_SIZE)), \ 58 __CORE_RELO(src, fld, BYTE_SIZE), \ 100 switch (__CORE_RELO(s, field, BYTE_SIZE)) { \
|
/third_party/backends/backend/ |
H A D | snapscan-scsi.c | 309 #define BYTE_SIZE 8 macro 315 r = r << BYTE_SIZE; in u_char_to_u_short() 322 pc[0] = (0xFF00 & x) >> BYTE_SIZE; in u_short_to_u_charp() 328 pc[0] = (0xFF0000 & x) >> 2 * BYTE_SIZE; in u_int_to_u_char3p() 329 pc[1] = (0x00FF00 & x) >> BYTE_SIZE; in u_int_to_u_char3p() 335 pc[0] = (0xFF000000 & x) >> 3 * BYTE_SIZE; in u_int_to_u_char4p() 336 pc[1] = (0x00FF0000 & x) >> 2 * BYTE_SIZE; in u_int_to_u_char4p() 337 pc[2] = (0x0000FF00 & x) >> BYTE_SIZE; in u_int_to_u_char4p()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_32.c | 987 #define BYTE_SIZE 0x01 macro 2007 if (inp_flags & BYTE_SIZE) in emit_op() 2147 return emit_op(compiler, SLJIT_MOV_U8, ALLOW_ANY_IMM | BYTE_SIZE, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8)srcw : srcw); in sljit_emit_op1() 2150 return emit_op(compiler, SLJIT_MOV_S8, ALLOW_ANY_IMM | SIGNED | BYTE_SIZE, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_s8)srcw : srcw); in sljit_emit_op1() 3249 flags = BYTE_SIZE; in sljit_emit_mem_unaligned() 3259 flags = BYTE_SIZE; in sljit_emit_mem_unaligned() 3265 flags = BYTE_SIZE | SIGNED; in sljit_emit_mem_unaligned() 3280 flags = BYTE_SIZE; in sljit_emit_mem_unaligned() 3332 FAIL_IF(push_inst(compiler, EMIT_DATA_TRANSFER(BYTE_SIZE, add, reg, mem, memw))); in sljit_emit_mem_unaligned() 3343 FAIL_IF(push_inst(compiler, EMIT_DATA_TRANSFER(BYTE_SIZE, ad in sljit_emit_mem_unaligned() [all...] |
H A D | sljitNativeARM_T2_32.c | 935 #define BYTE_SIZE 0x04 macro 939 #define IS_WORD_SIZE(flags) (!((flags) & (BYTE_SIZE | HALF_SIZE))) 1098 else if (flags & BYTE_SIZE) in emit_op_mem() 1707 flags = BYTE_SIZE; in sljit_emit_op1() 1712 flags = BYTE_SIZE | SIGNED; in sljit_emit_op1() 2960 flags = BYTE_SIZE; in sljit_emit_mem_update() 2963 flags = BYTE_SIZE | SIGNED; in sljit_emit_mem_update()
|
H A D | sljitNativeARM_64.c | 891 #define BYTE_SIZE 0x0 macro 1351 mem_flags = BYTE_SIZE; in sljit_emit_op1() 1356 mem_flags = BYTE_SIZE | SIGNED; in sljit_emit_op1() 2252 inst = STURBI | (MEM_SIZE_SHIFT(BYTE_SIZE) << 30) | 0x400; in sljit_emit_mem_update()
|
Completed in 16 milliseconds