Home
last modified time | relevance | path

Searched defs:start (Results 1226 - 1250 of 3301) sorted by relevance

1...<<41424344454647484950>>...133

/third_party/mbedtls/library/
H A Dx509_create.c446 int mbedtls_x509_write_names(unsigned char **p, unsigned char *start, in mbedtls_x509_write_names() argument
412 x509_write_name(unsigned char **p, unsigned char *start, mbedtls_asn1_named_data *cur_name) x509_write_name() argument
465 mbedtls_x509_write_sig(unsigned char **p, unsigned char *start, const char *oid, size_t oid_len, unsigned char *sig, size_t size, mbedtls_pk_type_t pk_alg) mbedtls_x509_write_sig() argument
511 x509_write_extension(unsigned char **p, unsigned char *start, mbedtls_asn1_named_data *ext) x509_write_extension() argument
548 mbedtls_x509_write_extensions(unsigned char **p, unsigned char *start, mbedtls_asn1_named_data *first) mbedtls_x509_write_extensions() argument
[all...]
/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-parser.c956 lit_code_point_t start in re_parse_char_class() local
893 re_class_add_range(re_compiler_ctx_t *re_ctx_p, lit_code_point_t start, lit_code_point_t end) re_class_add_range() argument
[all...]
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h142 uint32_t *cur, *end, *start; member
242 offset_bytes(void *end, void *start) in offset_bytes() argument
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_delay.c242 delay_calc(struct ir3_block *block, struct ir3_instruction *start, in delay_calc() argument
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c231 int start; in cso_hash_data_next() local
/third_party/mesa3d/src/broadcom/clif/
H A Dclif_dump.c118 clif_dump_cl(struct clif_dump *clif, uint32_t start, uint32_t end, in clif_dump_cl() argument
233 clif_dump_if_blank(struct clif_dump *clif, struct clif_bo *bo, uint32_t start, uint32_t end) clif_dump_if_blank() argument
251 clif_dump_binary(struct clif_dump *clif, struct clif_bo *bo, uint32_t start, uint32_t end) clif_dump_binary() argument
383 clif_dump_add_cl(struct clif_dump *clif, uint32_t start, uint32_t end) clif_dump_add_cl() argument
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_phis.cpp209 unsigned start = block->logical_preds[0]; in init_any_pred_defined() local
[all...]
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_decoder.h127 int start, end; member
/third_party/mesa3d/src/compiler/glsl/
H A Dlinker_util.cpp184 unsigned start = block->start; in link_util_find_empty_block() local
191 unsigned start = block->start; in link_util_find_empty_block() local
/third_party/ltp/testcases/cve/
H A Dstack_clash.c99 unsigned long start, end, size, lastend = 0; in force_bottom_up() local
142 unsigned long stack_top = -1UL, start, end; in read_stack_addr_from_proc() local
/third_party/libwebsockets/lib/roles/http/
H A Dheader.c122 lws_finalize_write_http_header(struct lws *wsi, unsigned char *start, in lws_finalize_write_http_header() argument
421 unsigned char *start = p; in lws_return_http_status() local
532 unsigned char *start = *p; lws_http_redirect() local
[all...]
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dst_tusb.h75 int (*start) (struct usb_hcd *hcd); member
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_prim_vbuf.c356 sp_vbuf_draw_arrays(struct vbuf_render *vbr, uint start, uint nr) in sp_vbuf_draw_arrays() argument
/third_party/mesa3d/src/gtest/src/
H A Dgtest-printers.cc64 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, in PrintByteSegmentInObjectTo() argument
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.h50 uint64_t start; member
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
H A Dxvmc_bench.c196 struct timeval start, stop, diff; in main() local
H A Dtest_rendering.c105 static void Gradient(short *block, unsigned int start, unsigned int stop, int horizontal, unsigned int intra_unsigned) in Gradient() argument
219 const int start = 16, stop = 235, range = stop - start; in main() local
236 const int start = 16, stop = 240, range = stop - start; in main() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.h52 unsigned start; member
164 unsigned start; member
H A Dsvga_pipe_sampler.c297 svga_bind_sampler_states(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned num, void **samplers) svga_bind_sampler_states() argument
413 svga_set_sampler_views(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned num, unsigned unbind_num_trailing_slots, bool take_ownership, struct pipe_sampler_view **views) svga_set_sampler_views() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_analyze_ubo_ranges.c170 const int start = ROUND_DOWN_TO(byte_offset, 32); in analyze_ubos_block() local
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dgzguts.h187 z_off64_t start; /* where the gzip data started, for rewinding */ member
/third_party/node/test/node-api/test_threadsafe_function/
H A Dbinding.c78 uint64_t start = uv_hrtime(); in data_source_thread() local
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder.cc54 BytecodeIterator::BytecodeIterator(const byte* start, const byte* end, in BytecodeIterator() argument
100 void PrintRawWasmCode(const byte* start, const byte* end) { in PrintRawWasmCode() argument
34 DecodeLocalDecls(const WasmFeatures& enabled, BodyLocalDecls* decls, const WasmModule* module, const byte* start, const byte* end) DecodeLocalDecls() argument
[all...]
/third_party/node/deps/v8/tools/profview/
H A Dprofile-utils.js
/third_party/node/deps/zlib/
H A Dgzguts.h186 z_off64_t start; /* where the gzip data started, for rewinding */ member

Completed in 17 milliseconds

1...<<41424344454647484950>>...133