HomeSort by relevance Sort by last modified time
    Searched full:special (Results 351 - 375 of 40007) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/config/
inttypes_h.m4 4 dnl General Public License. As a special exception to the GNU General
stdint_h.m4 4 dnl General Public License. As a special exception to the GNU General
ulonglong.m4 4 dnl General Public License. As a special exception to the GNU General
  /toolchain/binutils/binutils-2.25/gas/doc/
h8.texi 21 @set SPECIAL-SYMS
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
mapping2.d 1 #objdump: --syms --special-syms
mapping3.d 1 #objdump: --syms --special-syms
mapping4.d 1 #objdump: --syms --special-syms
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
mapping2.d 1 #objdump: --syms --special-syms
pic.d 5 # VxWorks needs a special variant of this file.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/microblaze/
allinsn.exp 17 # MicroBlaze test for special register.
endian.exp 17 # MicroBlaze test for special register.
special_reg.exp 17 # MicroBlaze test for special register.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
and.s 11 # nor, or, and xor are handled by the same code. There is a special
elf_e_flags1.d 1 # name: ELF e_flags: nothing special
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
builtin2.d 5 # Make sure we don't look at the symbol table when parsing special
err-builtin.s 4 % specially, so when parsing the special register operand we do
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
registers.s 40 # Alternative names for special registers
  /toolchain/binutils/binutils-2.25/ld/emulparams/
elf64alpha.sh 18 PLT=".plt ${RELOCATING-0} : SPECIAL { *(.plt) }"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
sec-9.d 6 # address to check that a special section was created in objdump when
  /toolchain/binutils/binutils-2.25/libiberty/
README 45 * Consider the special cases of building libiberty; as of this
46 writing, the special cases are newlib and VxWorks. If a
47 particular special case provides the function, you do not need
66 don't need a special Makefile stub for that configuration.
waitpid.c 5 This is a wrapper around the @code{wait} function. Any ``special''
  /prebuilts/go/darwin-x86/src/unicode/
letter.go 52 // means the character is in the corresponding case. There is a special
283 // ToUpper maps the rune to upper case giving priority to the special mapping.
284 func (special SpecialCase) ToUpper(r rune) rune {
285 r1 := to(UpperCase, r, []CaseRange(special))
292 // ToTitle maps the rune to title case giving priority to the special mapping.
293 func (special SpecialCase) ToTitle(r rune) rune {
294 r1 := to(TitleCase, r, []CaseRange(special))
301 // ToLower maps the rune to lower case giving priority to the special mapping.
302 func (special SpecialCase) ToLower(r rune) rune {
303 r1 := to(LowerCase, r, []CaseRange(special))
    [all...]
  /prebuilts/go/linux-x86/src/unicode/
letter.go 52 // means the character is in the corresponding case. There is a special
283 // ToUpper maps the rune to upper case giving priority to the special mapping.
284 func (special SpecialCase) ToUpper(r rune) rune {
285 r1 := to(UpperCase, r, []CaseRange(special))
292 // ToTitle maps the rune to title case giving priority to the special mapping.
293 func (special SpecialCase) ToTitle(r rune) rune {
294 r1 := to(TitleCase, r, []CaseRange(special))
301 // ToLower maps the rune to lower case giving priority to the special mapping.
302 func (special SpecialCase) ToLower(r rune) rune {
303 r1 := to(LowerCase, r, []CaseRange(special))
    [all...]
  /development/ndk/platforms/android-3/include/
libgen.h 20 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
40 /* special thread-safe Bionic versions
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 5 * Any state that has a semantic predicate edge is special; those states
20 protected var special:Array; // short[]
33 eot:Array, eof:Array, min:Array, max:Array, accept:Array, special:Array, transition:Array,
44 this.special = special;
72 var specialState:int = special[s];
76 " state "+s+" is special state "+specialState);
81 " returns from special state "+specialState+" to "+s);

Completed in 451 milliseconds

<<11121314151617181920>>