Home
last modified time | relevance | path

Searched refs:INT_SIZE (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/samplecode/
DSampleBitmapRect.cpp26 static constexpr int INT_SIZE = 64; variable
27 static constexpr float SCALAR_SIZE = (float)INT_SIZE;
30 bitmap->allocN32Pixels(INT_SIZE, INT_SIZE); in make_bitmap()
/third_party/ltp/testcases/kernel/syscalls/ipc/shmat/
Dshmat01.c103 if (buf.shm_segsz != INT_SIZE) { in verify_shmat()
137 shm_id = SAFE_SHMGET(shm_key, INT_SIZE, SHM_RW | IPC_CREAT | IPC_EXCL); in setup()
Dshmat02.c90 shm_id2 = SAFE_SHMGET(shm_key1, INT_SIZE, SHM_RW | IPC_CREAT | IPC_EXCL); in setup()
/third_party/ltp/include/
Dipcshm.h42 #define INT_SIZE 4 /* instead of sizeof(int) */ macro
Dlibnewipc.h45 #define INT_SIZE 4 macro
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeARM_64.c852 #define INT_SIZE 0x2 macro
1208 mem_flags = INT_SIZE; in sljit_emit_op1()
1213 mem_flags = INT_SIZE | SIGNED; in sljit_emit_op1()
1240 mem_flags = INT_SIZE; in sljit_emit_op1()
1280 mem_flags = INT_SIZE; in sljit_emit_op2()
1438 emit_fop_mem(compiler, (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE, TMP_FREG1, src, srcw); in sljit_emit_fop1_conv_sw_from_f64()
1445 …return emit_op_mem(compiler, ((GET_OPCODE(op) == SLJIT_CONV_S32_FROM_F64) ? INT_SIZE : WORD_SIZE) … in sljit_emit_fop1_conv_sw_from_f64()
1460 …emit_op_mem(compiler, ((GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) ? INT_SIZE : WORD_SIZE), TMP_RE… in sljit_emit_fop1_conv_f64_from_sw()
1474 …return emit_fop_mem(compiler, ((op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE) | STORE, TMP_FREG1, dst… in sljit_emit_fop1_conv_f64_from_sw()
1482 sljit_s32 mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; in sljit_emit_fop1_cmp()
[all …]
/third_party/ltp/testcases/kernel/syscalls/ipc/shmdt/
Dshmdt01.c195 if ((shm_id_1 = shmget(shmkey, INT_SIZE, SHM_RW | IPC_CREAT | in setup()