/third_party/nghttp2/src/ |
H A D | nghttp.cc | 1717 submit_request(client, config.headers, client->reqvec.back().get()); in update_html_parser() 2944 util::inp_strlower(config.headers.back().name); in main() 3042 util::inp_strlower(config.trailer.back().name); in main() 3104 weight_to_fill = config.weight.back(); in main()
|
H A D | shrpx_downstream.cc | 467 auto &item = headers.back(); in append_last_header_key() 485 auto &item = headers.back(); in append_last_header_value()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_resource.c | 1135 * because they might never be moved back again. If a buffer is large enough, in resource_create() 1176 struct zink_resource *back = (void*)loader_private; in resource_create() local 1177 struct kopper_displaytarget *cdt = back->obj->dt; in resource_create() 1179 assert(back->obj->dt); in resource_create() 1180 res->obj->dt = back->obj->dt; in resource_create() 1775 /* Fall back to a temporary buffer. */ in zink_buffer_map()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 264 stencilOpState, // VkStencilOpState back; in preparePipelineWrapper() 963 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in draw() 966 const VkAttachmentReference* depthStencilRef = &attachmentReferences.back(); in draw() 972 attachmentReferences.back().attachment, // uint32_t attachmentIndex; in draw() 1031 preparePipelineWrapper(pipelines.back(), pipelineLayout, *renderPass, vertexModule, fragmentModule, /*use vertex input*/ true, subpassNdx, in draw()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 220 return *m_structs.back(); in allocStruct() 247 return *m_uniformBlocks.back(); in allocBlock() 718 BlockLayoutEntry& blockEntry = layout.blocks.back(); in computeReferenceLayout() 2022 // Read back the results in iterate() 2134 lengths.back()++; in createDescriptorSetLayout()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineBlockPlacement.cpp | 229 /// basic blocks, and map them back to their associated chains using this 1214 return Edges.back(); in precomputeTriangleChains() 1268 // If it is, remove the chain from the map, grow it, and put it back in the in precomputeTriangleChains() 1292 MachineBasicBlock *dst = Chain.Edges.back(); in precomputeTriangleChains() 1366 // branch taken from BB to Pred, plus the cost of back taken branch in hasBetterLayoutPredecessor() 1669 // For ehpad, we layout the least probable first as to avoid jumping back in selectBestCandidateBlock() 2757 if (!TII->analyzeBranch(F->back(), TBB, FBB, Cond)) in buildCFGChains() 2758 F->back().updateTerminator(); in buildCFGChains()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolutionExpander.cpp | 888 NewAddOps.back() = Rest; in ExposePointerBase() 894 /// Determine if this is a well-behaved chain of instructions leading back to 1014 // Check that the chain of IV operands leading back to Phi can be hoisted. in hoistIVInc() 1495 // back to non-canonical mode for nested addrecs. in visitAddRecExpr() 1582 // corresponding to the back-edge. in visitAddRecExpr() 1680 // final result back to the pointer type. in visitSMaxExpr() 1705 // final result back to the pointer type. in visitUMaxExpr() 1730 // final result back to the pointer type. in visitSMinExpr() 1755 // final result back to the pointer type. in visitUMinExpr() 1959 // Put pointers at the back an in replaceCongruentIVs() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | repeated_field_unittest.cc | 1033 field.AddAllocated(original); // Give ownership back. in TEST() 1046 field.AddCleared(original); // Give ownership back, but as a cleared object. in TEST() 1205 values.back().set_bb(1); in TEST() 1207 values.back().set_bb(2); in TEST() 1903 nested_ptrs.back()->set_bb(170); in SetUp() 1905 nested_ptrs.back()->set_bb(47110); in SetUp()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 262 stencilOpState, // VkStencilOpState back; in preparePipelineWrapper() 957 const VkAttachmentReference* colorRef = &attachmentReferences.back(); in draw() 960 const VkAttachmentReference* depthStencilRef = &attachmentReferences.back(); in draw() 966 attachmentReferences.back().attachment, // uint32_t attachmentIndex; in draw() 1025 preparePipelineWrapper(pipelines.back(), *pipelineLayout, *renderPass, *vertexModule, *fragmentModule, /*use vertex input*/ true, subpassNdx, in draw()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 220 return *m_structs.back(); in allocStruct() 247 return *m_uniformBlocks.back(); in allocBlock() 718 BlockLayoutEntry& blockEntry = layout.blocks.back(); in computeReferenceLayout() 2022 // Read back the results in iterate() 2134 lengths.back()++; in createDescriptorSetLayout()
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 726 if (! mipsOperatorMipArg.empty() && mipsOperatorMipArg.back().mipLevel == nullptr) { in handleBracketOperator() 728 mipsOperatorMipArg.back().mipLevel = index; in handleBracketOperator() 744 load->getSequence().push_back(mipsOperatorMipArg.back().mipLevel); in handleBracketOperator() 2176 argVars.back()->getWritableType().getQualifier().makeTemporary(); in transformEntryPoint() 2180 inputPatch = argVars.back(); in transformEntryPoint() 2182 TIntermSymbol* arg = intermediate.addSymbol(*argVars.back()); in transformEntryPoint() 3005 const TType splitDerefType(subTree->getType(), arrayElement.back()); in handleAssign() 3007 intermediate.addConstantUnion(arrayElement.back(), loc), loc); in handleAssign() 5497 TType type(EbtVoid); // use this to get the type back in handleFunctionCall() 5751 // Put arguments back in addGenMulArgumentConversion() [all...] |
/drivers/peripheral/camera/test/demo_3A/ |
H A D | ohos_camera_demo_3a.cpp | 235 const std::string cameraId = cameraIds_.back(); in InitCameraDevice() 261 rc = demoCameraHost_->OpenCamera(cameraIds_.back(), callback, demoCameraDevice_); in InitCameraDevice()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | round.S | 196 roxrw LOCAL_HI(%a0) |shift v-bit back in 197 roxrw LOCAL_HI+2(%a0) |shift v-bit back in
|
H A D | ssin.S | 54 | 9. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, go back to 3. 80 | 8. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, go back to 2.
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | round.S | 196 roxrw LOCAL_HI(%a0) |shift v-bit back in 197 roxrw LOCAL_HI+2(%a0) |shift v-bit back in
|
H A D | ssin.S | 54 | 9. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, go back to 3. 80 | 8. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, go back to 2.
|
/kernel/linux/linux-5.10/drivers/net/fjes/ |
H A D | fjes_hw.c | 1000 adapter = (struct fjes_adapter *)hw->back; in fjes_hw_update_zone_task() 1173 struct fjes_adapter *adapter = (struct fjes_adapter *)hw->back; in fjes_hw_epstop_task()
|
/kernel/linux/linux-6.6/drivers/net/fjes/ |
H A D | fjes_hw.c | 1001 adapter = (struct fjes_adapter *)hw->back; in fjes_hw_update_zone_task() 1174 struct fjes_adapter *adapter = (struct fjes_adapter *)hw->back; in fjes_hw_epstop_task()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hevc_idct.asm | 549 ; %2, %3 offsets for storing e+o/e-o back to coeffsq 667 ; %2, %3 offsets for storing e+o/e-o back to coeffsq
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
H A D | Pp.cpp | 1021 int ch = inputStack.back()->getch(); in scanHeaderName() 1246 // (We ate exactly one token that might not be white space; put it back. in MacroExpand() 1289 else if (nestStack.size() > 0 && token == nestStack.back()) in MacroExpand()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_blit2d.c | 877 .back = { in blit2d_init_depth_only_pipeline() 1032 .back = {.failOp = VK_STENCIL_OP_REPLACE, in blit2d_init_stencil_only_pipeline()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ir.cpp | 329 instr->definitions.back().physReg() != vcc) in can_use_DPP() 392 instr->definitions.back().setFixed(vcc); in convert_to_DPP()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | kopper.c | 532 struct pipe_resource *texture = images.back->texture; in kopper_allocate_textures() 543 struct pipe_resource *texture = images.back->texture; in kopper_allocate_textures()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | xm_api.c | 665 /* We use XImages for all front/back buffers. If an X Window or in initialize_visual_and_buffer() 731 * ximage_flag - GL_TRUE = use an XImage for back buffer, 732 * GL_FALSE = use an off-screen pixmap for back buffer 1337 * Swap front and back color buffers and have winsys display front buffer. 1347 struct pipe_resource *back = in XMesaSwapBuffers() local 1349 hud_run(xmctx->hud, NULL, back); in XMesaSwapBuffers() 1362 * Copy sub-region of back buffer to front buffer
|
/third_party/mesa3d/src/nouveau/codegen/lib/ |
H A D | gm107.asm | 187 // Step 4: convert result $r0 back to double, do newton-raphson steps 235 // Norms: convert exponents back and return
|