Home
last modified time | relevance | path

Searched refs:outer_array (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libwebsockets/lib/misc/
H A Dlejp.c79 ctx->outer_array = 0; in lejp_construct()
271 ctx->outer_array = 1; in lejp_parse()
511 if (ctx->outer_array && !ctx->sp) { /* ended on ] */ in lejp_parse()
698 if (ctx->outer_array && !ctx->sp) { /* ended on ] */ in lejp_parse()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Ddot_op_emitter.cc1304 llvm_ir::IrArray SliceOutInnerArray(llvm_ir::IrArray outer_array, in SliceOutInnerArray() argument
1309 Shape inner_shape = DropFirstDim(outer_array.GetShape()); in SliceOutInnerArray()
1313 llvm_ir::IrArray::Index slice_index(multidim_index, outer_array.GetShape(), in SliceOutInnerArray()
1315 llvm::Value* slice_ptr = outer_array.EmitArrayElementAddress(slice_index, b); in SliceOutInnerArray()
/aosp_15_r20/external/libwebsockets/include/libwebsockets/
H A Dlws-lejp.h259 uint8_t outer_array; member
H A Dlws-lecp.h291 uint8_t outer_array; member
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dast_function.cpp774 ir_rvalue *outer_array = generate_array_index(mem_ctx, instructions, in generate_array_index() local
783 return _mesa_ast_array_index_to_hir(mem_ctx, state, outer_array, in generate_array_index()