Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 18206) sorted by relevance

12345678910>>...729

/external/python/cpython3/Lib/test/
Dtest_bigmem.py72 def _test_capitalize(self, size): argument
82 def test_center(self, size): argument
93 def test_count(self, size): argument
105 def test_endswith(self, size): argument
117 def test_expandtabs(self, size): argument
130 def test_find(self, size): argument
147 def test_index(self, size): argument
164 def test_isalnum(self, size): argument
173 def test_isalpha(self, size): argument
182 def test_isdigit(self, size): argument
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h55 #define BYTE_Unmarshal(target, buffer, size) \ argument
62 #define BYTE_Marshal(source, buffer, size) \ argument
71 #define INT8_Unmarshal(target, buffer, size) \ argument
78 #define INT8_Marshal(source, buffer, size) \ argument
93 #define INT16_Unmarshal(target, buffer, size) \ argument
100 #define INT16_Marshal(source, buffer, size) \ argument
115 #define INT32_Unmarshal(target, buffer, size) \ argument
122 #define INT32_Marshal(source, buffer, size) \ argument
137 #define INT64_Unmarshal(target, buffer, size) \ argument
144 #define INT64_Marshal(source, buffer, size) \ argument
[all …]
/external/google-breakpad/src/google_breakpad/common/
Dminidump_size.h46 static size_t size() { return sizeof(T); } in size() function
56 static size_t size() { return MDString_minsize; } in size() function
62 static size_t size() { return MDRawThreadList_minsize; } in size() function
68 static size_t size() { return MDCVInfoPDB20_minsize; } in size() function
74 static size_t size() { return MDCVInfoPDB70_minsize; } in size() function
80 static size_t size() { return MDCVInfoELF_minsize; } in size() function
86 static size_t size() { return MDImageDebugMisc_minsize; } in size() function
92 static size_t size() { return MDRawModuleList_minsize; } in size() function
98 static size_t size() { return MDRawMemoryList_minsize; } in size() function
107 static size_t size() { return MD_MODULE_SIZE; } in size() function
/external/ComputeLibrary/src/core/CL/cl_kernels/
Dhelpers_asymm.h87 #define QUANTIZE_IMPL(type, size) … argument
104 #define DEQUANTIZE_IMPL(type, size) … argument
116 #define ASYMM_ROUNDING_DIVIDE_BY_POW2_IMPL(size) … argument
137 #define ASYMM_MULT_IMPL(size) … argument
170 #define ASYMM_EXP_ON_INTERVAL_BETWEEN_NEGATIVE_ONE_QUARTER_AND_0_EXCL_IMPL(size) … argument
201 #define ASYMM_SELECT_USING_MASK_IMPL(size) … argument
214 #define ASYMM_MASK_IF_ZERO_IMPL(size) \ argument
229 #define ASYMM_MASK_IF_NON_ZERO_IMPL(size) \ argument
237 #define EXP_BARREL_SHIFTER_IMPL(size) … argument
257 #define ASYMM_EXP_ON_NEGATIVE_VALUES_IMPL(size) … argument
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h612 #define UINT8_Unmarshal(target, buffer, size) \ argument
614 #define UINT8_Marshal(source, buffer, size) \ argument
616 #define BYTE_Unmarshal(target, buffer, size) \ argument
618 #define BYTE_Marshal(source, buffer, size) \ argument
620 #define INT8_Unmarshal(target, buffer, size) \ argument
622 #define INT8_Marshal(source, buffer, size) \ argument
624 #define UINT16_Unmarshal(target, buffer, size) \ argument
626 #define UINT16_Marshal(source, buffer, size) \ argument
628 #define INT16_Unmarshal(target, buffer, size) \ argument
630 #define INT16_Marshal(source, buffer, size) \ argument
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c47 UINT8_Unmarshal(UINT8 *target, BYTE **buffer, INT32 *size) in UINT8_Unmarshal()
56 UINT8_Marshal(UINT8 *source, BYTE **buffer, INT32 *size) in UINT8_Marshal()
73 BYTE_Unmarshal(BYTE *target, BYTE **buffer, INT32 *size) in BYTE_Unmarshal()
78 BYTE_Marshal(BYTE *source, BYTE **buffer, INT32 *size) in BYTE_Marshal()
87 INT8_Unmarshal(INT8 *target, BYTE **buffer, INT32 *size) in INT8_Unmarshal()
92 INT8_Marshal(INT8 *source, BYTE **buffer, INT32 *size) in INT8_Marshal()
100 UINT16_Unmarshal(UINT16 *target, BYTE **buffer, INT32 *size) in UINT16_Unmarshal()
109 UINT16_Marshal(UINT16 *source, BYTE **buffer, INT32 *size) in UINT16_Marshal()
126 INT16_Unmarshal(INT16 *target, BYTE **buffer, INT32 *size) in INT16_Unmarshal()
131 INT16_Marshal(INT16 *source, BYTE **buffer, INT32 *size) in INT16_Marshal()
[all …]
/external/coreboot/src/mainboard/google/guybrush/variants/baseboard/
Dgpio.c293 const struct soc_amd_gpio *baseboard_romstage_gpio_table(size_t *size) in baseboard_romstage_gpio_table()
299 const struct soc_amd_gpio *__weak variant_bootblock_gpio_table(size_t *size) in variant_bootblock_gpio_table()
305 const struct soc_amd_gpio *baseboard_gpio_table(size_t *size) in baseboard_gpio_table()
310 const struct soc_amd_gpio *__weak variant_override_gpio_table(size_t *size) in variant_override_gpio_table()
316 const struct soc_amd_gpio * __weak variant_early_override_gpio_table(size_t *size) in variant_early_override_gpio_table()
323 const struct soc_amd_gpio * __weak variant_bootblock_override_gpio_table(size_t *size) in variant_bootblock_override_gpio_table()
329 const struct soc_amd_gpio * __weak variant_romstage_override_gpio_table(size_t *size) in variant_romstage_override_gpio_table()
335 const struct soc_amd_gpio *__weak variant_early_gpio_table(size_t *size) in variant_early_gpio_table()
341 const __weak struct soc_amd_gpio *variant_espi_gpio_table(size_t *size) in variant_espi_gpio_table()
347 const __weak struct soc_amd_gpio *variant_tpm_gpio_table(size_t *size) in variant_tpm_gpio_table()
/external/tensorflow/tensorflow/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/Assets.xcassets/AppIcon.appiconset/
DContents.json5 "size" : "20x20", string
10 "size" : "20x20", string
15 "size" : "29x29", string
20 "size" : "29x29", string
25 "size" : "40x40", string
30 "size" : "40x40", string
35 "size" : "60x60", string
40 "size" : "60x60", string
45 "size" : "20x20", string
50 "size" : "20x20", string
[all …]
/external/pytorch/ios/TestApp/TestApp/Assets.xcassets/AppIcon.appiconset/
DContents.json5 "size" : "20x20", string
10 "size" : "20x20", string
15 "size" : "29x29", string
20 "size" : "29x29", string
25 "size" : "40x40", string
30 "size" : "40x40", string
35 "size" : "60x60", string
40 "size" : "60x60", string
45 "size" : "20x20", string
50 "size" : "20x20", string
[all …]
/external/tensorflow/tensorflow/lite/objc/apps/TestApp/TestApp/Assets.xcassets/AppIcon.appiconset/
DContents.json5 "size" : "20x20", string
10 "size" : "20x20", string
15 "size" : "29x29", string
20 "size" : "29x29", string
25 "size" : "40x40", string
30 "size" : "40x40", string
35 "size" : "60x60", string
40 "size" : "60x60", string
45 "size" : "20x20", string
50 "size" : "20x20", string
[all …]
/external/grpc-grpc/src/objective-c/examples/InterceptorSample/InterceptorSample/Assets.xcassets/AppIcon.appiconset/
DContents.json5 "size" : "20x20", string
10 "size" : "20x20", string
15 "size" : "29x29", string
20 "size" : "29x29", string
25 "size" : "40x40", string
30 "size" : "40x40", string
35 "size" : "60x60", string
40 "size" : "60x60", string
45 "size" : "20x20", string
50 "size" : "20x20", string
[all …]
/external/coreboot/src/lib/
Dasan.c39 static void asan_poison_shadow(const void *address, size_t size, u8 value) in asan_poison_shadow()
49 void asan_unpoison_shadow(const void *address, size_t size) in asan_unpoison_shadow()
72 unsigned long size) in memory_is_poisoned_2_4_8()
93 size_t size) in bytes_is_nonzero()
135 size_t size) in memory_is_poisoned_n()
153 static __always_inline bool memory_is_poisoned(unsigned long addr, size_t size) in memory_is_poisoned()
173 static const void *find_first_bad_addr(const void *addr, size_t size) in find_first_bad_addr()
185 static const char *get_shadow_bug_type(const void *addr, size_t size) in get_shadow_bug_type()
224 void asan_report(unsigned long addr, size_t size, bool is_write, in asan_report()
237 size_t size, bool write, in check_memory_region_inline()
[all …]
/external/grpc-grpc/src/objective-c/tests/Connectivity/ConnectivityTestingApp/Assets.xcassets/AppIcon.appiconset/
DContents.json5 "size" : "20x20", string
10 "size" : "20x20", string
15 "size" : "29x29", string
20 "size" : "29x29", string
25 "size" : "40x40", string
30 "size" : "40x40", string
35 "size" : "60x60", string
40 "size" : "60x60", string
45 "size" : "20x20", string
50 "size" : "20x20", string
[all …]
/external/grpc-grpc/examples/cpp/helloworld/cocoapods/HelloWorldCpp/Assets.xcassets/AppIcon.appiconset/
DContents.json5 "size" : "20x20", string
10 "size" : "20x20", string
15 "size" : "29x29", string
20 "size" : "29x29", string
25 "size" : "40x40", string
30 "size" : "40x40", string
35 "size" : "60x60", string
40 "size" : "60x60", string
45 "size" : "20x20", string
50 "size" : "20x20", string
[all …]
/external/walt/ios/WALT/Assets.xcassets/AppIcon.appiconset/
DContents.json5 "size" : "20x20", string
10 "size" : "20x20", string
15 "size" : "29x29", string
20 "size" : "29x29", string
25 "size" : "40x40", string
30 "size" : "40x40", string
34 "size" : "60x60", string
40 "size" : "60x60", string
47 "size" : "20x20", string
52 "size" : "20x20", string
[all …]
/external/grpc-grpc/src/objective-c/examples/watchOS-sample/watchOS-sample/Assets.xcassets/AppIcon.appiconset/
DContents.json5 "size" : "20x20", string
10 "size" : "20x20", string
15 "size" : "29x29", string
20 "size" : "29x29", string
25 "size" : "40x40", string
30 "size" : "40x40", string
35 "size" : "60x60", string
40 "size" : "60x60", string
45 "size" : "20x20", string
50 "size" : "20x20", string
[all …]
/external/OpenCSD/decoder/tests/snapshots/a55-test-tpiu/
Ddevice1.ini7 X0(size:64)=0x00000000002971C8 key
8 X1(size:64)=0x00000000910163E0 key
9 X2(size:64)=0x00000000FFD0C1C4 key
10 X3(size:64)=0x0000000000345000 key
11 X4(size:64)=0x0000000000000004 key
12 X5(size:64)=0x00000000FC01EB50 key
13 X6(size:64)=0x00000000FC01EB4C key
14 X7(size:64)=0x0000000000000000 key
15 X8(size:64)=0x00000000FC01E9C8 key
16 X9(size:64)=0xFFFFFFFFFFFFFFFF key
[all …]
/external/OpenCSD/decoder/tests/snapshots/a57_single_step/
Ddevice1.ini7 X0(size:64)=0x00000000002971C8 key
8 X1(size:64)=0x00000000910163E0 key
9 X2(size:64)=0x00000000FFD0C1C4 key
10 X3(size:64)=0x0000000000345000 key
11 X4(size:64)=0x0000000000000004 key
12 X5(size:64)=0x00000000FC01EB50 key
13 X6(size:64)=0x00000000FC01EB4C key
14 X7(size:64)=0x0000000000000000 key
15 X8(size:64)=0x00000000FC01E9C8 key
16 X9(size:64)=0xFFFFFFFFFFFFFFFF key
[all …]
/external/libnetfilter_conntrack/src/conntrack/
Dbuild.c13 size_t size, in __build_tuple_ip()
41 size_t size, in __build_tuple_proto()
89 static void __build_tuple_raw(struct nfnlhdr *req, size_t size, in __build_tuple_raw()
96 void __build_tuple(struct nfnlhdr *req, size_t size, in __build_tuple()
106 static void __build_protoinfo(struct nfnlhdr *req, size_t size, in __build_protoinfo()
222 size_t size, in __nat_seq_adj()
242 size_t size, in __build_nat_seq_adj()
256 size_t size, in __build_protonat()
277 size_t size, in __build_nat()
296 size_t size, in __build_snat()
[all …]
/external/python/cpython3/Modules/_ctypes/
Dcfield.c54 Py_ssize_t size, align; in PyCField_FromDesc() local
302 Py_ssize_t size = self->size & 0xFFFF; in PyCField_repr() local
403 #define BIT_MASK(type, size) (((((type)1 << (NUM_BITS(size) - 1)) - 1) << 1) + 1) argument
408 #define GET_BITFIELD(v, size) \ argument
415 #define SET(type, x, v, size) \ argument
471 b_set(void *ptr, PyObject *value, Py_ssize_t size) in b_set()
482 b_get(void *ptr, Py_ssize_t size) in b_get()
490 B_set(void *ptr, PyObject *value, Py_ssize_t size) in B_set()
501 B_get(void *ptr, Py_ssize_t size) in B_get()
509 h_set(void *ptr, PyObject *value, Py_ssize_t size) in h_set()
[all …]
/external/elfutils/libasm/
Dasm_adduint8.c40 #define UFCT(size) _UFCT(size) argument
41 #define _UFCT(size) asm_adduint##size argument
42 #define FCT(size) _FCT(size) argument
43 #define _FCT(size) asm_addint##size argument
44 #define UTYPE(size) _UTYPE(size) argument
45 #define _UTYPE(size) uint##size##_t argument
46 #define TYPE(size) _TYPE(size) argument
47 #define _TYPE(size) int##size##_t argument
/external/vboot_reference/utility/
Dtlcl_generator.c32 int size; member
45 int size; member
70 int size, uint32_t value) { in AddInitializedField()
83 Command* newCommandWithTag(TPM_COMMAND_CODE code, int size, TPM_TAG tag) { in newCommandWithTag()
93 Command* newCommand(TPM_COMMAND_CODE code, int size) { in newCommand()
119 int size = kTpmRequestHeaderLength + sizeof(TPM_NV_DATA_PUBLIC) + in BuildDefineSpaceCommand() local
156 int size = kTpmRequestHeaderLength + kTpmReadInfoLength; in BuildReadCommand() local
165 int size = kTpmRequestHeaderLength + sizeof(uint32_t); in BuildPCRReadCommand() local
173 int size = kTpmRequestHeaderLength + sizeof(TPM_PHYSICAL_PRESENCE); in BuildPPAssertCommand() local
183 int size = kTpmRequestHeaderLength + sizeof(TPM_PHYSICAL_PRESENCE); in BuildPPEnableCommand() local
[all …]
/external/grpc-grpc/examples/objective-c/helloworld/HelloWorld/Images.xcassets/AppIcon.appiconset/
DContents.json5 "size" : "29x29", string
10 "size" : "29x29", string
15 "size" : "40x40", string
20 "size" : "40x40", string
25 "size" : "60x60", string
30 "size" : "60x60", string
35 "size" : "29x29", string
40 "size" : "29x29", string
45 "size" : "40x40", string
50 "size" : "40x40", string
[all …]
/external/grpc-grpc/src/objective-c/examples/Sample/Sample/Images.xcassets/AppIcon.appiconset/
DContents.json5 "size" : "29x29", string
10 "size" : "29x29", string
15 "size" : "40x40", string
20 "size" : "40x40", string
25 "size" : "60x60", string
30 "size" : "60x60", string
35 "size" : "29x29", string
40 "size" : "29x29", string
45 "size" : "40x40", string
50 "size" : "40x40", string
[all …]
/external/grpc-grpc/examples/objective-c/auth_sample/Misc/Images.xcassets/AppIcon.appiconset/
DContents.json5 "size" : "29x29", string
10 "size" : "29x29", string
15 "size" : "40x40", string
20 "size" : "40x40", string
25 "size" : "60x60", string
30 "size" : "60x60", string
35 "size" : "29x29", string
40 "size" : "29x29", string
45 "size" : "40x40", string
50 "size" : "40x40", string
[all …]

12345678910>>...729