Home
last modified time | relevance | path

Searched defs:literals (Results 1 – 25 of 39) sorted by relevance

12

/third_party/python/Doc/reference/
Dlexical_analysis.rst425 .. _literals: target
659 .. _string-concatenation:
840 .. _numbers:
864 .. _integers:
908 .. _floating:
938 .. _imaginary:
957 .. _operators:
/third_party/vixl/benchmarks/aarch32/
Dbench-literal.cc45 void benchmark(int iterations, int literals, InstructionSet isa) { in benchmark()
77 int literals = 0; in main() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-1676-macro-namespace-prefix.hpp2 nssv_inline_ns namespace literals {} namespace
/third_party/node/deps/brotli/c/enc/
Dblock_splitter.c55 uint8_t* literals) { in CopyLiteralsToByteArray()
134 uint8_t* literals = BROTLI_ALLOC(m, uint8_t, literals_count); in BrotliSplitBlock() local
Dcompress_fragment_two_pass.c242 uint8_t** literals, uint32_t** commands) { in CreateCommands()
456 const uint8_t* literals, const size_t num_literals, in StoreCommands()
571 uint8_t* literals = literal_buf; in BrotliCompressFragmentTwoPassImpl() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dblock_splitter.c55 uint8_t* literals) { in CopyLiteralsToByteArray()
134 uint8_t* literals = BROTLI_ALLOC(m, uint8_t, literals_count); in BrotliSplitBlock() local
Dcompress_fragment_two_pass.c242 uint8_t** literals, uint32_t** commands) { in CreateCommands()
456 const uint8_t* literals, const size_t num_literals, in StoreCommands()
571 uint8_t* literals = literal_buf; in BrotliCompressFragmentTwoPassImpl() local
/third_party/node/test/parallel/
Dtest-fs-error-messages.js59 function re(literals, ...values) { argument
/third_party/python/Include/internal/
Dpycore_global_strings.h52 } literals; member
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dformat.cc113 static Literal literals[] = { in ParseTime() local
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregcomp.c447 struct literals { struct
454 static tre_literal_t *tre_new_lit(struct literals *p) in tre_new_lit() argument
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregcomp.c447 struct literals { struct
454 static tre_literal_t *tre_new_lit(struct literals *p) in tre_new_lit() argument
/third_party/musl/src/regex/
Dregcomp.c447 struct literals { struct
454 static tre_literal_t *tre_new_lit(struct literals *p) in tre_new_lit() argument
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregcomp.c447 struct literals { struct
454 static tre_literal_t *tre_new_lit(struct literals *p) in tre_new_lit() argument
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c1397 jerry_save_literals_heap_max (ecma_string_t *literals[], /**< array of literals */ in jerry_save_literals_heap_max()
1424 jerry_save_literals_down_heap (ecma_string_t *literals[], /**< array of literals */ in jerry_save_literals_down_heap()
1452 jerry_save_literals_sort (ecma_string_t *literals[], /**< array of literals */ in jerry_save_literals_sort()
/third_party/node/deps/v8/src/debug/
Dliveedit.cc596 const std::vector<FunctionLiteral*>& literals, in CalculateFunctionLiteralChanges()
745 void Run(std::vector<FunctionLiteral*>* literals) { in Run()
756 bool compile_as_well, std::vector<FunctionLiteral*>* literals, in ParseScript()
994 std::vector<FunctionLiteral*> literals; in PatchScript() local
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/
Dwgsl_mutator.cc333 std::vector<std::pair<size_t, size_t>> literals = GetIntLiterals(wgsl_code); in ReplaceRandomIntLiteral() local
/third_party/rust/crates/regex/regex-debug/src/
Dmain.rs299 fn literals<F: Fn(&mut Literals, &Hir) -> bool>( in literals() method
/third_party/typescript/src/services/
Dcompletions.ts488 literals, constant
1621 …const { symbols, literals, location, completionKind, symbolToOriginInfoMap, contextToken, previous… constant
1836 readonly literals: readonly (string | number | PseudoBigInt)[]; property
2260 const literals = mapDefined( constant
/third_party/python/Doc/whatsnew/
D3.6.rst209 .. _whatsnew36-pep526:
/third_party/node/deps/v8/src/maglev/
Dmaglev-code-generator.cc593 Handle<DeoptimizationLiteralArray> literals = in GenerateDeoptimizationData() local
/third_party/glslang/SPIRV/
DSpvBuilder.cpp1872 …::addExecutionMode(Function* entryPoint, ExecutionMode mode, const std::vector<unsigned>& literals) in addExecutionMode()
1948 void Builder::addDecoration(Id id, Decoration decoration, const std::vector<unsigned>& literals) in addDecoration()
2043 …ecoration(Id id, unsigned int member, Decoration decoration, const std::vector<unsigned>& literals) in addMemberDecoration()
2733 const std::vector<unsigned>& literals) in createSpecConstantOp()
DGlslangToSpv.cpp1952 std::vector<unsigned> literals; in TGlslangToSpvTraverser() local
2683 std::vector<unsigned> literals; in visitUnary() local
3750 std::vector<unsigned> literals; in visitAggregate() local
4722 std::vector<unsigned> literals; in applySpirvDecorate() local
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-expr.c1174 int literals = 0; in parser_parse_function_expression() local
/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.cc910 Handle<DeoptimizationLiteralArray> literals = in GenerateDeoptimizationData() local

12