Searched refs:tsize (Results 101 - 110 of 110) sorted by relevance
12345
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 7021 size_t tsize; in lookup() local 7027 tsize = table->size * sizeof(NAMED *); in lookup() 7028 table->v = (NAMED **)table->mem->malloc_fcn(tsize); in lookup() 7033 memset(table->v, 0, tsize); in lookup() 7067 size_t tsize = newSize * sizeof(NAMED *); in lookup() local 7068 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize); in lookup() 7071 memset(newV, 0, tsize); in lookup()
|
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 7043 size_t tsize; in lookup() local 7049 tsize = table->size * sizeof(NAMED *); in lookup() 7050 table->v = table->mem->malloc_fcn(tsize); in lookup() 7055 memset(table->v, 0, tsize); in lookup() 7089 size_t tsize = newSize * sizeof(NAMED *); in lookup() local 7090 NAMED **newV = table->mem->malloc_fcn(tsize); in lookup() 7093 memset(newV, 0, tsize); in lookup()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nfs_xdr.h | 169 __u32 tsize; /* Server transfer size */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nfs_xdr.h | 171 __u32 tsize; /* Server transfer size */ member
|
/third_party/python/Modules/_ctypes/ |
H A D | _ctypes.c | 3926 Py_ssize_t tsize = PyTuple_GET_SIZE(item); in _build_callargs() local 3928 name = tsize > 1 ? PyTuple_GET_ITEM(item, 1) : NULL; in _build_callargs() 3929 defval = tsize > 2 ? PyTuple_GET_ITEM(item, 2) : NULL; in _build_callargs()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | verifier.c | 5764 u32 tsize; in check_helper_call() local 5769 ret = btf_resolve_size(btf_vmlinux, t, &tsize); in check_helper_call() 5777 regs[BPF_REG_0].mem_size = tsize; in check_helper_call() 10444 u32 tsize; in check_pseudo_btf_id() local 10447 ret = btf_resolve_size(btf_vmlinux, t, &tsize); in check_pseudo_btf_id() 10455 aux->btf_var.mem_size = tsize; in check_pseudo_btf_id()
|
/third_party/python/Lib/test/ |
H A D | test_buffer.py | 2763 tsize = struct.calcsize(tfmt) 2764 n = prod(_tshape) * tsize 2774 titems, tshape = cast_items(ex, tfmt, tsize, shape=tshape) 2790 itemsize=tsize, fmt=tfmt, readonly=True,
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | verifier.c | 10261 u32 tsize; in check_helper_call() local 10266 ret = btf_resolve_size(meta.ret_btf, t, &tsize); in check_helper_call() 10274 regs[BPF_REG_0].mem_size = tsize; in check_helper_call() 17415 u32 tsize; in check_pseudo_btf_id() local 17418 ret = btf_resolve_size(btf, t, &tsize); in check_pseudo_btf_id() 17427 aux->btf_var.mem_size = tsize; in check_pseudo_btf_id()
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/ |
H A D | gaudi2.c | 9946 lin_dma_pkt->tsize = cpu_to_le32(size); in gaudi2_memset_memory_chunk_using_edma_qm()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
Completed in 135 milliseconds
12345