Home
last modified time | relevance | path

Searched defs:size (Results 3001 - 3025 of 7828) sorted by relevance

1...<<121122123124125126127128129130>>...314

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dmd_ctx.rs386 pub fn size(&self) -> usize { in size() functions
[all...]
/third_party/skia/bench/
H A DHairlinePathBench.cpp90 int size = SK_ARRAY_COUNT(points); variable
122 int size = SK_ARRAY_COUNT(points); variable
155 int size = SK_ARRAY_COUNT(points); variable
190 int size = SK_ARRAY_COUNT(points); variable
/third_party/selinux/libselinux/src/
H A Davc_internal.h73 static inline void *avc_malloc(size_t size) in avc_malloc() argument
H A Dload_policy.c59 size_t size; in selinux_mkload_policy() local
/third_party/selinux/libsepol/cil/src/
H A Dcil_symtab.c54 void cil_symtab_init(symtab_t *symtab, unsigned int size) in cil_symtab_init() argument
158 void cil_complex_symtab_init(struct cil_complex_symtab *symtab, unsigned int size) in cil_complex_symtab_init() argument
H A Dcil_parser.c214 int cil_parser(const char *_path, char *buffer, uint32_t size, struct cil_tree **parse_tree) in cil_parser() argument
/third_party/skia/client_utils/android/
H A DFrontBufferedStream.cpp128 readFromBuffer(char* dst, size_t size) readFromBuffer() argument
168 readDirectlyFromStream(char* dst, size_t size) readDirectlyFromStream() argument
202 read(void* voidDst, size_t size) read() argument
[all...]
/third_party/selinux/libsepol/cil/test/unit/
H A DCuTest.h46 int size; member
/third_party/selinux/libsepol/src/
H A Dhashtab.c37 hashtab_create(unsigned int (*hash_value) (hashtab_t h, const_hashtab_key_t key), int (*keycmp) (hashtab_t h, const_hashtab_key_t key1, const_hashtab_key_t key2), unsigned int size) hashtab_create() argument
[all...]
/third_party/selinux/secilc/
H A Dsecilc.c329 int size = snprintf(NULL, 0, "policy.%d", policyvers); in main() local
/third_party/spirv-tools/source/opt/
H A Dlog.h91 const int size = in Logf() local
/third_party/spirv-tools/source/val/
H A Dconstruct.cpp42 bool ValidateConstructSize(ConstructType type, size_t size) { in ValidateConstructSize() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboStencilbufferTests.cpp52 BasicFboStencilCase (Context& context, const char* name, const char* desc, deUint32 format, IVec2 size, bool useDepth) in BasicFboStencilCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoSessionFfmpegUtils.cpp74 const size_t size = requested < left ? requested : left; in GetData() local
108 int size = 0; in demux() local
[all...]
H A DvktVideoSessionNvUtils.cpp120 bool ClsVulkanVideoDecodeParser::parseByteStream (deUint8* pData, deInt64 size) in parseByteStream() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktInfoTests.cpp199 std::ostream& operator<< (std::ostream& str, const PrettySize<SizeType>& size) in operator <<() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp67 createImage(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFormat format, const UVec2& size) createImage() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_iface.h105 fst_iface_update_mb_ie(struct fst_iface *i, const u8 *addr, const u8 *buf, size_t size) fst_iface_update_mb_ie() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dradiotap_iter.h13 uint8_t align:4, size:4; member
17 uint8_t align:4, size:4; member
H A Dwpabuf.h21 size_t size; /* total size of the allocated buffer */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dndef.c35 static int ndef_parse_record(const u8 *data, u32 size, in ndef_parse_record() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dgas.c18 gas_build_req(u8 action, u8 dialog_token, size_t size) in gas_build_req() argument
34 struct wpabuf * gas_build_initial_req(u8 dialog_token, size_t size) in gas_build_initial_req() argument
48 gas_build_resp(u8 action, u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, size_t size) gas_build_resp() argument
70 gas_build_initial_resp(u8 dialog_token, u16 status_code, u16 comeback_delay, size_t size) gas_build_initial_resp() argument
79 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, size_t size) gas_build_comeback_resp() argument
112 gas_anqp_build_initial_req(u8 dialog_token, size_t size) gas_anqp_build_initial_req() argument
128 gas_anqp_build_initial_resp(u8 dialog_token, u16 status_code, u16 comeback_delay, size_t size) gas_anqp_build_initial_resp() argument
168 gas_anqp_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, size_t size) gas_anqp_build_comeback_resp() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksNetwork.cpp95 u32 size = static_cast<u32>(payload.size()); in SendPayloadWithHeader() local
H A DvksSerializer.hpp67 SerializeRawData(typename TYPE::VoidPointer data, msize size) SerializeRawData() argument
138 SerializeSize(Serializer<ToWrite>& serializer, msize size) SerializeSize() argument
145 SerializeSize(Serializer<ToRead>& serializer, msize& size) SerializeSize() argument
154 msize size; SerializeItem() local
183 msize size; SerializeItem() local
204 msize size; SerializeItem() local
215 msize size; SerializeItem() local
239 msize size; SerializeItem() local
[all...]
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeString.c110 int deVsprintf (char* string, size_t size, const char* format, va_list list) in deVsprintf() argument
134 int deSprintf (char* string, size_t size, const char* format, ...) in deSprintf() argument
154 char* deStrcpy (char* dst, size_t size, const char* src) in deStrcpy() argument
168 char* deStrcat (char* s1, size_t size, cons argument
[all...]

Completed in 13 milliseconds

1...<<121122123124125126127128129130>>...314