/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_liveness.c | 280 search_for_use_after_instr(nir_instr *start, nir_ssa_def *def) in search_for_use_after_instr() argument
|
/third_party/mesa3d/src/broadcom/cle/ |
H A D | v3d_packet_helpers.h | 63 __gen_mbo(uint32_t start, uint32_t end) in __gen_mbo() argument 69 __gen_uint(uint64_t v, uint32_t start, uint32_t end) in __gen_uint() argument 85 __gen_sint(int64_t v, uint32_t start, uint32_t end) in __gen_sint() argument 105 __gen_offset(uint64_t v, uint32_t start, uint32_ argument 125 __gen_sfixed(float v, uint32_t start, uint32_t end, uint32_t fract_bits) __gen_sfixed() argument 144 __gen_ufixed(float v, uint32_t start, uint32_t end, uint32_t fract_bits) __gen_ufixed() argument 162 __gen_unpack_uint(const uint8_t *restrict cl, uint32_t start, uint32_t end) __gen_unpack_uint() argument 176 __gen_unpack_sint(const uint8_t *restrict cl, uint32_t start, uint32_t end) __gen_unpack_sint() argument 186 __gen_unpack_sfixed(const uint8_t *restrict cl, uint32_t start, uint32_t end, uint32_t fractional_size) __gen_unpack_sfixed() argument 194 __gen_unpack_ufixed(const uint8_t *restrict cl, uint32_t start, uint32_t end, uint32_t fractional_size) __gen_unpack_ufixed() argument 202 __gen_unpack_float(const uint8_t *restrict cl, uint32_t start, uint32_t end) __gen_unpack_float() argument 213 __gen_unpack_f187(const uint8_t *restrict cl, uint32_t start, uint32_t end) __gen_unpack_f187() argument [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | opt_tree_grafting.cpp | 314 try_tree_grafting(ir_assignment *start, in try_tree_grafting() argument
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-bulk/ |
H A D | protocol_lws_minimal_pmd_bulk.c | 90 uint8_t buf[LWS_PRE + MESSAGE_SIZE], *start = &buf[LWS_PRE], *p; in callback_minimal_pmd_bulk() local
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_post_demo.c | 128 unsigned char *p, *start, *end; in format_result() local 181 unsigned char *p, *start, *end; in callback_post_demo() local
|
H A D | protocol_lws_status.c | 95 char buf[LWS_PRE + 384], ip[24], *start = buf + LWS_PRE - 1, *p = start, in callback_lws_status() local
|
H A D | protocol_fulltext_demo.c | 67 uint8_t buf[LWS_PRE + 2048], *start = &buf[LWS_PRE], *p = start, in callback_fts() local
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/ |
H A D | minimal-http-server-dynamic.c | 44 uint8_t buf[LWS_PRE + 2048], *start = &buf[LWS_PRE], *p = start, in callback_dynamic_http() local
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-pmd-bulk/ |
H A D | protocol_lws_minimal_pmd_bulk.c | 117 uint8_t buf[LWS_PRE + MESSAGE_CHUNK_SIZE], *start = &buf[LWS_PRE], *p; in callback_minimal_pmd_bulk() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_draw.c | 61 retry_draw_arrays( struct svga_context *svga, enum pipe_prim_type prim, unsigned start, unsigned count, unsigned start_instance, unsigned instance_count, ubyte vertices_per_patch) retry_draw_arrays() argument
|
H A D | svga_image_view.c | 120 svga_set_shader_images(struct pipe_context *pipe, enum pipe_shader_type shader, unsigned start, unsigned num, unsigned unbind_num_trailing_slots, const struct pipe_image_view *images) svga_set_shader_images() argument [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_live_variables.h | 119 int *start; member in brw::fs_live_variables
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_urb_config.c | 64 intel_get_urb_config(const struct intel_device_info *devinfo, const struct intel_l3_config *l3_cfg, bool tess_present, bool gs_present, const unsigned entry_size[4], unsigned entries[4], unsigned start[4], enum intel_urb_deref_block_size *deref_block_size, bool *constrained) intel_get_urb_config() argument
|
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_regalloc.c | 128 size_t start; member
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_csb.h | 67 void *start; member
|
/third_party/mesa3d/src/imagination/csbgen/ |
H A D | pvr_packet_helpers.h | 63 static inline __attribute__((always_inline)) uint64_t __pvr_mbo(uint32_t start, in __pvr_mbo() argument 70 __pvr_uint(uint64_t v, uint32_t start, NDEBUG_UNUSED uint32_t end) in __pvr_uint() argument 86 __pvr_uint_unpack(uint64_t packed, uint32_t start, uint32_t end) in __pvr_uint_unpack() argument 95 __pvr_sint(int64_t v, uint32_t start, uint32_ argument 115 __pvr_sint_unpack(uint64_t packed, uint32_t start, uint32_t end) __pvr_sint_unpack() argument 124 __pvr_offset(uint64_t v, NDEBUG_UNUSED uint32_t start, NDEBUG_UNUSED uint32_t end) __pvr_offset() argument 139 __pvr_offset_unpack(uint64_t packed, NDEBUG_UNUSED uint32_t start, NDEBUG_UNUSED uint32_t end) __pvr_offset_unpack() argument 153 __pvr_address(__pvr_address_type address, uint32_t shift, uint32_t start, uint32_t end) __pvr_address() argument 165 __pvr_address_unpack(uint64_t packed, uint32_t shift, uint32_t start, uint32_t end) __pvr_address_unpack() argument 189 __pvr_sfixed(float v, uint32_t start, uint32_t end, uint32_t fract_bits) __pvr_sfixed() argument 208 __pvr_ufixed(float v, uint32_t start, NDEBUG_UNUSED uint32_t end, uint32_t fract_bits) __pvr_ufixed() argument [all...] |
/third_party/node/lib/ |
H A D | repl.js | 1070 function start(prompt, source, eval_, useGlobal, ignoreUndefined, replMode) { function
|
/third_party/node/deps/v8/src/wasm/ |
H A D | simd-shuffle.cc | 108 uint8_t start = shuffle[0]; in TryMatchConcat() local
|
H A D | wasm-module-sourcemap.cc | 109 bool WasmModuleSourceMap::HasSource(size_t start, size_t end) const { in HasSource() argument 113 bool WasmModuleSourceMap::HasValidEntry(size_t start, size_t addr) const { in HasValidEntry() argument
|
H A D | function-body-decoder.h | 33 const byte* start; // start of the function body member 149 offset_iterator(const byte* start, const byte* ptr, const byte* end) in offset_iterator() argument [all...] |
/third_party/node/deps/v8/src/zone/ |
H A D | zone.cc | 216 void* const start = reinterpret_cast<void*>(position_); in ~ZoneScope() local [all...] |
H A D | zone-list-inl.h | 84 int start = length_; in AddBlock() local
|
/third_party/node/src/inspector/ |
H A D | tracing_agent.cc | 136 DispatchResponse TracingAgent::start( in start() function in node::inspector::protocol::TracingAgent
|
/third_party/node/src/ |
H A D | node_http_common-inl.h | 34 char* start = AlignUp(buf_.out(), alignof(nv_t)); in NgHeaders() local
|
H A D | node_sockaddr.h | 291 std::shared_ptr<SocketAddress> start; member
|