Home
last modified time | relevance | path

Searched defs:end (Results 7276 - 7300 of 7607) sorted by relevance

1...<<291292293294295296297298299300>>...305

/third_party/openssl/apps/
H A Ds_client.c3392 const unsigned char *cur, *end; ldap_ExtendedResponse_parse() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgram.cpp1094 ProgramBindings::const_iterator ProgramBindings::end() const in end() function in gl::ProgramBindings
1192 ProgramAliasedBindings::const_iterator ProgramAliasedBindings::end() const end() function in gl::ProgramAliasedBindings
[all...]
H A DvalidationES3.cpp1808 ValidateDrawRangeElements(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLuint start, GLuint end, GLsizei count, DrawElementsType type, const void *indices) ValidateDrawRangeElements() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineScheduler.cpp704 enterRegion(MachineBasicBlock *bb, MachineBasicBlock::iterator begin, MachineBasicBlock::iterator end, unsigned regioninstrs) enterRegion() argument
973 enterRegion(MachineBasicBlock *bb, MachineBasicBlock::iterator begin, MachineBasicBlock::iterator end, unsigned regioninstrs) enterRegion() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp1013 const char *end = Load.Ptr + T.cmdsize; checkThreadCommand() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp1351 void RenderPassWrapper::end (const DeviceInterface& vk, const VkCommandBuffer commandBuffer) const in end() function in vk::RenderPassWrapper
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp1005 GL_APICALL void GL_APIENTRY glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices) in glDrawRangeElements() argument
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.h143 unsigned end; member
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h1218 int start = b->cursor, end, op; in stbtt__dict_get() local
1245 int count, offsize, start, end; in stbtt__cff_index_get() local
1502 stbtt_uint16 end; in stbtt_FindGlyphIndex() local
1953 int nranges, start, end, v, fmt, fdselector = -1, i; stbtt__cid_get_glyph_subrs() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmeasunit.cpp2070 binarySearch( const char * const * array, int32_t start, int32_t end, StringPiece key) binarySearch() argument
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dzic.c71 #define end(cp) (strchr((cp), '\0')) macro
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp338 const char* end; in ShowActiveSpans() local
1443 const SkOpSpanBase* end = coinPtTEnd()->span(); debugExpand() local
1626 const SkOpSpanBase* end = coin->coinPtTEnd()->span(); debugAddExpanded() local
2034 const SkOpSpanBase* end = coin->coinPtTEndWritable()->span(); debugMark() local
2115 DebugCheckBetween(const SkOpSpanBase* next, const SkOpSpanBase* end, double oStart, double oEnd, const SkOpSegment* oSegment, SkPathOpsDebug::GlitchLog* log) DebugCheckBetween() argument
2563 const SkOpSpanBase* end = *endPtr; debugStarter() local
[all...]
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp2729 SpvId end = this->nextId(nullptr); writeLogicalAnd() local
2749 SpvId end = this->nextId(nullptr); writeLogicalOr() local
2785 SpvId end = this->nextId(nullptr); writeTernaryExpression() local
3213 SpvId end = this->nextId(nullptr); writeIfStatement() local
3248 SpvId end = this->nextId(nullptr); writeForStatement() local
3282 SpvId end = this->nextId(nullptr); writeDoStatement() local
3306 SpvId end = this->nextId(nullptr); writeSwitchStatement() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-common.hh1971 hb_codepoint_t end = start + classValue.len; in subset() local
2037 hb_codepoint_t end = startGlyph + classValue.len; in intersects() local
2194 hb_codepoint_t end = rangeRecord[i].last + 1; subset() local
2544 int start = startCoord, peak = peakCoord, end = endCoord; evaluate() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2566 static SDNodeIterator end (const SDNode *N) { in end() function in llvm::SDNodeIterator
[all...]
/third_party/python/Objects/
H A Dlongobject.c2646 char *end = NULL; in _PyLong_FromBytes() local
2667 char *end = NULL; in PyLong_FromUnicodeObject() local
[all...]
H A Dexceptions.c2718 PyUnicodeEncodeError_GetEnd(PyObject *exc, Py_ssize_t *end) in PyUnicodeEncodeError_GetEnd() argument
2737 PyUnicodeDecodeError_GetEnd(PyObject *exc, Py_ssize_t *end) PyUnicodeDecodeError_GetEnd() argument
2755 PyUnicodeTranslateError_GetEnd(PyObject *exc, Py_ssize_t *end) PyUnicodeTranslateError_GetEnd() argument
2762 PyUnicodeEncodeError_SetEnd(PyObject *exc, Py_ssize_t end) PyUnicodeEncodeError_SetEnd() argument
2770 PyUnicodeDecodeError_SetEnd(PyObject *exc, Py_ssize_t end) PyUnicodeDecodeError_SetEnd() argument
2778 PyUnicodeTranslateError_SetEnd(PyObject *exc, Py_ssize_t end) PyUnicodeTranslateError_SetEnd() argument
3075 PyUnicodeDecodeError_Create( const char *encoding, const char *object, Py_ssize_t length, Py_ssize_t start, Py_ssize_t end, const char *reason) PyUnicodeDecodeError_Create() argument
3172 _PyUnicodeTranslateError_Create( PyObject *object, Py_ssize_t start, Py_ssize_t end, const char *reason) _PyUnicodeTranslateError_Create() argument
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil.c2020 char *end = NULL; in cil_string_to_uint32() local
2053 char *end = NULL; in cil_string_to_uint64() local
/third_party/selinux/libsepol/src/
H A Dmodule_to_cil.c124 static int get_line(char **start, char *end, char **line) in get_line() argument
3124 char *end = seusers + seusers_len; in seusers_to_cil() local
3212 char *end = userx + userx_len; in user_extra_to_cil() local
3284 char *end = fc + fc_len; in file_contexts_to_cil() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c1402 check_server_hello(struct tls_connection *conn, const u8 *pos, const u8 *end) check_server_hello() argument
1443 check_server_key_exchange(SSL *ssl, struct tls_connection *conn, const u8 *pos, const u8 *end) check_server_key_exchange() argument
1709 const char *pos, *end; tls_match_altsubject() local
4460 char buf[500], *pos, *end; tls_connection_set_cipher_list() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.c635 const u8 *pos, *end; in p2p_update_peer_vendor_elems() local
2665 int p2p_scan_result_text(const u8 *ies, size_t ies_len, char *buf, char *end) in p2p_scan_result_text() argument
3573 int p2p_ie_text(struct wpabuf *p2p_ie, char *buf, char *end) in p2p_ie_text() argument
4239 char *pos, *end; p2p_get_peer_info_txt() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_cli.c1013 char cmd[256], *pos, *end; in wpa_cli_cmd_identity() local
1046 char cmd[256], *pos, *end; in wpa_cli_cmd_password() local
1080 char cmd[256], *pos, *end; wpa_cli_cmd_new_password() local
1113 char cmd[256], *pos, *end; wpa_cli_cmd_pin() local
1145 char cmd[256], *pos, *end; wpa_cli_cmd_otp() local
1178 char cmd[256], *pos, *end; wpa_cli_cmd_sim() local
1211 char cmd[256], *pos, *end; wpa_cli_cmd_psk_passphrase() local
1244 char cmd[256], *pos, *end; wpa_cli_cmd_passphrase() local
3815 const char *end; wpa_cli_edit_completion_cb() local
3931 const char *end; wpa_cli_action_process() local
4337 char *pos, *end; update_bssid_list() local
4368 char *pos, *end; update_ifnames() local
4400 char *pos, *end; update_creds() local
4432 char *pos, *end; update_networks() local
[all...]
H A Dwpa_supplicant.c4017 const u8 *owe, *pos, *end; in owe_trans_ssid_match() local
4522 char *end = NULL; local
7385 u8 *ie, *end; global() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c1301 const u8 *pos, *end; in handle_auth_sae() local
1793 const u8 *end; handle_auth_fils() local
6109 const u8 *pos, *end; handle_action() local
6122 const u8 *pos, *end; handle_action() local
6664 const u8 *pos, *end; handle_action_cb() local
6677 const u8 *pos, *end; handle_action_cb() local
[all...]
H A Dwpa_auth.c2511 const u8 *ie, *end; in wpa_fils_validate_fils_session() local
2609 const u8 *end, *ie_start, *ie, *session, *crypt; in fils_decrypt_assoc() local
2696 u8 *end = buf + max_len; fils_encrypt_assoc() local
[all...]

Completed in 102 milliseconds

1...<<291292293294295296297298299300>>...305