/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | mod.rs | 75 use crate::stack::{Stack, StackRef, Stackable}; 1829 /// Returns a shared reference to the stack of certificates making up the chain from the leaf. 2069 /// A stack of selected ciphers, and a stack of selected signalling cipher suites in fmt()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 99 #include <stack> 4594 std::stack<int> idStack; in generateOpPhiCase5() 4595 std::stack<std::string> value; in generateOpPhiCase5() 4596 std::stack<std::string> valueLabel; in generateOpPhiCase5() 4597 std::stack<std::string> mergeLeft; in generateOpPhiCase5() 4598 std::stack<std::string> mergeRight; in generateOpPhiCase5()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 99 #include <stack> 4592 std::stack<int> idStack; in generateOpPhiCase5() 4593 std::stack<std::string> value; in generateOpPhiCase5() 4594 std::stack<std::string> valueLabel; in generateOpPhiCase5() 4595 std::stack<std::string> mergeLeft; in generateOpPhiCase5() 4596 std::stack<std::string> mergeRight; in generateOpPhiCase5()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | measfmttest.cpp | 3476 MeasureUnit stack; in TestBasic() local 3477 stack = *ptr1; in TestBasic() 3478 if (*ptr1 != stack) { in TestBasic()
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.cc | 496 Simulator::Simulator(Decoder* decoder, FILE* stream, SimStack::Allocated stack) in Simulator() argument 497 : memory_(std::move(stack)), in Simulator() 501 Simulator::Simulator(PandaAllocator* allocator, Decoder* decoder, SimStack::Allocated stack, FILE* stream) in Simulator() argument 502 : memory_(std::move(stack)), in Simulator() 772 // If the code represents the stack pointer, index the name after zr. in Simulator() 783 // If the code represents the stack pointer, index the name after zr. in Simulator() 4241 // When the base register is SP the stack pointer is required to be in Simulator() 4243 // Misalignment will cause a stack alignment fault. in Simulator() 5206 // When the base register is SP the stack pointer is required to be in Simulator() 5208 // Misalignment will cause a stack alignmen in Simulator() [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm_16bpp.asm | 640 ; storage also instead of allocating two more stack spaces. This doesn't
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/ |
H A D | sha1-armv4-large.S | 463 add sp,sp,#80*4 @ "deallocate" stack frame
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/ |
H A D | sha1-armv4-large.S | 463 add sp,sp,#80*4 @ "deallocate" stack frame
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.h | 742 // Push an address onto the JS stack. 745 // Pop an address from the JS stack. 748 // Accessor to the internal simulator stack area. 1503 void CheckMemoryAccess(uintptr_t address, uintptr_t stack); 2280 // General purpose registers. Register 31 is the stack pointer.
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-printer.cc | 1909 os << "\n - stack: " << stack(); in WasmContinuationObjectPrint()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | PixelProgram.cpp | 34 callStack(shader->getLimits().stack) in PixelProgram() 1863 if(callRetBlock[currentLabel].size() > 1) // Pop the return destination from the call stack in RET()
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 92 /// Every time nuklear is included define the same compiler flags. This very important not doing so could lead to compiler errors or even worse stack corruptions. 517 /// They are used for window, memory, input, style, stack, commands and time management and need 559 /// __ctx__ | Must point to an either stack or heap allocated `nk_context` struct 583 /// __ctx__ | Must point to an either stack or heap allocated `nk_context` struct 602 /// __ctx__ | Must point to an either stack or heap allocated `nk_context` struct 620 /// __ctx__ | Must point to an either stack or heap allocated `nk_context` struct 1318 /// is linked into a window stack list which determines the drawing and overlapping 1321 /// To change window position inside the stack occurs either automatically by 4228 * a fixed size nk_text_edit struct, which has an internal undo/redo stack. 5439 /* The style modifier stack ca 10867 unsigned right, left = 0, stack[NK_MAX_SORT_STACK], pos = 0; nk_rp_qsort() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringX8632.cpp | 35 #include <stack> 74 /// Size of the return address on the stack 337 // Merge Alloca instructions, and lay out the stack. in translateO2() 447 Func->dump("After stack frame mapping"); in translateO2() 465 // Do not merge Alloca instructions, and lay out the stack. in translateOm1() 497 Func->dump("After stack frame mapping"); in translateOm1() 639 /// the stack alignment. 861 // Determine stack frame offsets for each Variable without a register in addProlog() 862 // assignment. This can be done as one variable per stack slot. Or, do in addProlog() 888 // A spill slot linked to a variable with a stack slo in addProlog() [all...] |
H A D | IceTargetLoweringX8664.cpp | 34 #include <stack> 75 /// Size of the return address on the stack 346 // Merge Alloca instructions, and lay out the stack. in translateO2() 456 Func->dump("After stack frame mapping"); in translateO2() 474 // Do not merge Alloca instructions, and lay out the stack. in translateOm1() 506 Func->dump("After stack frame mapping"); in translateOm1() 648 /// the stack alignment. 871 // Determine stack frame offsets for each Variable without a register in addProlog() 872 // assignment. This can be done as one variable per stack slot. Or, do in addProlog() 900 // A spill slot linked to a variable with a stack slo in addProlog() [all...] |
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 890 the stack of filenames is empty.}} 7592 % Now we restore the token stack pointer to free the token list registers 7638 % Save the token stack pointer into macro #1 7640 % Restore the token stack pointer from number in macro #1
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 3435 pub stack: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 3434 pub stack: __u64,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 3414 pub stack: __u64,
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | jsoncpp.cpp | 1204 typedef std::stack<Value*> Nodes;
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessVertexArraysTests.cpp | 54 #include <stack>
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_builtins.cpp | 25 #include <stack>
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | junit-4.10.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/framework/
junit/runner/
junit/textui/
org/
... |
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 1224 typedef std::stack<Value*> Nodes;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 1224 typedef std::stack<Value*> Nodes;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_builtins.cpp | 25 #include <stack>
|