Home
last modified time | relevance | path

Searched refs:literal (Results 1 – 25 of 43) sorted by relevance

12

/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/hifi_hikey_lsp/
Dmemmap.xmm6 iram0_1 : C : 0xe8080300 - 0xe80803ff : .Reset.literal;
8 iram0_3 : C : 0xe8080578 - 0xe808057f : .Level2InterruptVector.literal;
10 iram0_5 : C : 0xe80805b8 - 0xe80805bf : .Level3InterruptVector.literal;
12 iram0_7 : C : 0xe80805f8 - 0xe80805ff : .Level4InterruptVector.literal;
14 iram0_9 : C : 0xe8080638 - 0xe808063f : .DebugExceptionVector.literal;
16 iram0_11 : C : 0xe8080678 - 0xe80806bf : .NMIExceptionVector.literal;
18 iram0_13 : C : 0xe80806f8 - 0xe80806ff : .KernelExceptionVector.literal;
20 iram0_15 : C : 0xe8080738 - 0xe808073f : .UserExceptionVector.literal;
22 iram0_17 : C : 0xe8080778 - 0xe80807bf : .DoubleExceptionVector.literal;
24 iram0_19 : C : 0xe8080800 - 0xe808bfff : .iram0.literal .Reset.text .iram0.text;
[all …]
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/hifi_hikey_lsp/ldscripts/
Delf32xtensa.x297 *(.evrc_evrcb_vlpt.literal .evrc_evrcb_vlpt.text)
305 *(.efr_fr_hr_vlpt.literal .efr_fr_hr_vlpt.text)
313 *(.amr_vlpt.literal .amr_vlpt.text)
321 *(.amrwb_vlpt.literal .amrwb_vlpt.text)
329 *(.vlpt.literal .vlpt.text)
359 *(.ulpp.literal .ulpp.text)
390 *(.dtsv3.literal .dtsv3.text)
421 *(.dtsv4.literal .dtsv4.text)
443 .dram0.literal : ALIGN(4)
446 *(.dram0.literal)
[all …]
Delf32xtensa.xn297 *(.evrc_evrcb_vlpt.literal .evrc_evrcb_vlpt.text)
305 *(.efr_fr_hr_vlpt.literal .efr_fr_hr_vlpt.text)
313 *(.amr_vlpt.literal .amr_vlpt.text)
321 *(.amrwb_vlpt.literal .amrwb_vlpt.text)
329 *(.vlpt.literal .vlpt.text)
359 *(.ulpp.literal .ulpp.text)
390 *(.dtsv3.literal .dtsv3.text)
421 *(.dtsv4.literal .dtsv4.text)
443 .dram0.literal : ALIGN(4)
446 *(.dram0.literal)
[all …]
Delf32xtensa.xbn297 *(.evrc_evrcb_vlpt.literal .evrc_evrcb_vlpt.text)
305 *(.efr_fr_hr_vlpt.literal .efr_fr_hr_vlpt.text)
313 *(.amr_vlpt.literal .amr_vlpt.text)
321 *(.amrwb_vlpt.literal .amrwb_vlpt.text)
329 *(.vlpt.literal .vlpt.text)
359 *(.ulpp.literal .ulpp.text)
390 *(.dtsv3.literal .dtsv3.text)
421 *(.dtsv4.literal .dtsv4.text)
443 .dram0.literal : ALIGN(4)
446 *(.dram0.literal)
[all …]
Delf32xtensa.xu12 *(.literal .text)
Delf32xtensa.xr12 *(.literal .text)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_set_literal.py38 literal = [pytree.Leaf(token.LBRACE, u"{")]
39 literal.extend(n.clone() for n in items.children)
40 literal.append(pytree.Leaf(token.RBRACE, u"}"))
42 literal[-1].prefix = items.next_sibling.prefix
43 maker = pytree.Node(syms.dictsetmaker, literal)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dstring_format.h726 MarkupIterator_next(MarkupIterator *self, SubString *literal, in MarkupIterator_next() argument
739 SubString_init(literal, NULL, 0); in MarkupIterator_next()
797 literal->ptr = start; in MarkupIterator_next()
798 literal->end = start + len; in MarkupIterator_next()
955 SubString literal; in do_markup() local
961 while ((result = MarkupIterator_next(&iter, &literal, &field_present, in do_markup()
965 if (!output_data(output, literal.ptr, literal.end - literal.ptr)) in do_markup()
1084 SubString literal; in formatteriter_next() local
1090 int result = MarkupIterator_next(&it->it_markup, &literal, &field_present, in formatteriter_next()
1107 literal_str = SubString_new_object(&literal); in formatteriter_next()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dstring_format.h723 MarkupIterator_next(MarkupIterator *self, SubString *literal, in MarkupIterator_next() argument
736 SubString_init(literal, NULL, 0); in MarkupIterator_next()
794 literal->ptr = start; in MarkupIterator_next()
795 literal->end = start + len; in MarkupIterator_next()
952 SubString literal; in do_markup() local
958 while ((result = MarkupIterator_next(&iter, &literal, &field_present, in do_markup()
962 if (!output_data(output, literal.ptr, literal.end - literal.ptr)) in do_markup()
1081 SubString literal; in formatteriter_next() local
1087 int result = MarkupIterator_next(&it->it_markup, &literal, &field_present, in formatteriter_next()
1104 literal_str = SubString_new_object(&literal); in formatteriter_next()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dimaplib.py154 self.literal = None # A literal argument to a command
323 self.literal = MapCRLF.sub(CRLF, message)
348 self.literal = _Authenticator(authobject).process
821 self.literal = None
841 literal = self.literal
842 if literal is not None:
843 self.literal = None
844 if type(literal) is type(self._command):
845 literator = literal
848 data = '%s {%s}' % (data, len(literal))
[all …]
Dsgmllib.py78 self.literal = 0
86 self.nomoretags = self.literal = 1
93 self.literal = 1
134 if self.literal:
146 self.literal = 0
148 if self.literal:
179 if self.literal:
Dsre_parse.py698 def literal(literal, p=p, pappend=a): argument
700 p[-1] = LITERAL, p[-1][1] + literal
702 pappend((LITERAL, literal))
744 literal(makechar(int(this[1:], 8) & 0xff))
753 literal(makechar(int(this[1:], 8) & 0xff))
761 literal(this)
763 literal(this)
Dxmllib.py146 self.literal = 0
160 self.nomoretags = self.literal = 1
164 self.literal = 1
275 if self.literal:
294 if self.literal:
334 if self.literal:
353 if self.literal:
387 if self.literal:
680 if self.literal:
691 if self.literal:
[all …]
Dsre_compile.py51 def fixup(literal, flags=flags): argument
52 return _sre.getlower(literal, flags)
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/
Dmap_hikey.txt331 *(.evrc_evrcb_vlpt.literal .evrc_evrcb_vlpt.text)
338 *(.efr_fr_hr_vlpt.literal .efr_fr_hr_vlpt.text)
344 *(.amr_vlpt.literal .amr_vlpt.text)
351 *(.amrwb_vlpt.literal .amrwb_vlpt.text)
357 *(.vlpt.literal .vlpt.text)
380 *(.ulpp.literal .ulpp.text)
403 *(.dtsv3.literal .dtsv3.text)
426 *(.dtsv4.literal .dtsv4.text)
443 .dram0.literal 0xe8058000 0x0
445 *(.dram0.literal)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dxmllib.py146 self.literal = 0
160 self.nomoretags = self.literal = 1
164 self.literal = 1
275 if self.literal:
294 if self.literal:
334 if self.literal:
353 if self.literal:
387 if self.literal:
680 if self.literal:
691 if self.literal:
[all …]
Dsre_parse.py741 def literal(literal, p=p, pappend=a): argument
743 p[-1] = LITERAL, p[-1][1] + literal
745 pappend((LITERAL, literal))
788 literal(makechar(int(this[1:], 8) & 0xff))
797 literal(makechar(int(this[1:], 8) & 0xff))
805 literal(this)
807 literal(this)
Dsre_compile.py101 def fixup(literal, flags=flags): argument
102 return _sre.getlower(literal, flags)
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
Dstrptime.c107 goto literal; in strptime()
112 literal: in strptime()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dalgorithm.txt9 32K bytes, it is emitted as a sequence of literal bytes. (In this
41 literal byte) and the process of lazy evaluation begins again. Otherwise,
83 For inflate, which has 286 possible codes for the literal/length tree, the size
191 byte (a "literal"), or it can be either a length or a distance which
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dalgorithm.txt9 32K bytes, it is emitted as a sequence of literal bytes. (In this
41 literal byte) and the process of lazy evaluation begins again. Otherwise,
83 For inflate, which has 286 possible codes for the literal/length tree, the size
191 byte (a "literal"), or it can be either a length or a distance which
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dvfwscanf.c190 goto literal; in __vfwscanf_unlocked()
200 literal: in __vfwscanf_unlocked()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-sdk.txt251 -lc{N}: set number of literal context bits - [0, 8], default: 3
254 -lp{N}: set number of literal pos bits - [0, 4], default: 0
292 and 0 literal context bits. -lc0 allows to reduce memory requirements
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/
Dlzma-sdk.txt251 -lc{N}: set number of literal context bits - [0, 8], default: 3
254 -lp{N}: set number of literal pos bits - [0, 4], default: 0
292 and 0 literal context bits. -lc0 allows to reduce memory requirements
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/
Dlzma-sdk.txt251 -lc{N}: set number of literal context bits - [0, 8], default: 3
254 -lp{N}: set number of literal pos bits - [0, 4], default: 0
292 and 0 literal context bits. -lc0 allows to reduce memory requirements

12