| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| wchar.c | 29 wchar_t narrow = 97; local 44 do_nothing (&narrow); /* START */
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| wchar.c | 29 wchar_t narrow = 97; local 44 do_nothing (&narrow); /* START */
|
| /src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| Pointer.h | 76 Pointer narrow() const { function in class:clang::interp::Pointer
|
| /src/external/gpl3/gcc/dist/contrib/mdcompact/ |
| mdcompact.el | 227 (defun mdcomp-narrow-to-md-pattern () 231 (narrow-to-region beg end)) 233 (narrow-to-defun)))) 240 (mdcomp-narrow-to-md-pattern)
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| basic_ios.h | 418 * @param __c The character to narrow. 419 * @param __dfault The character to narrow. 427 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault) 434 narrow(char_type __c, char __dfault) const function in class:basic_ios 435 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
|
| locale_facets.h | 54 // Number of standard facets (for narrow characters only) 319 * @brief Narrow char_type to char 334 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base 338 * @brief Narrow array to char array 356 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base 549 * @brief Narrow char_type to char 570 * @brief Narrow char_type array to char 921 * @brief Narrow char 939 narrow(char_type __c, char __dfault) const function in class:ctype 950 * @brief Narrow char arra 972 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| basic_ios.h | 414 * @param __c The character to narrow. 415 * @param __dfault The character to narrow. 423 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault) 430 narrow(char_type __c, char __dfault) const function in class:basic_ios 431 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
|
| locale_facets.h | 54 // Number of standard facets (for narrow characters only) 319 * @brief Narrow char_type to char 334 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base 338 * @brief Narrow array to char array 356 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base 549 * @brief Narrow char_type to char 570 * @brief Narrow char_type array to char 921 * @brief Narrow char 939 narrow(char_type __c, char __dfault) const function in class:ctype 950 * @brief Narrow char arra 972 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| aarch-common-protos.h | 132 const int narrow; /* Narrow from this size. */ member in struct:fp_cost_table
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| aarch-common-protos.h | 126 const int narrow; /* Narrow from this size. */ member in struct:fp_cost_table
|
| /src/sys/uvm/ |
| uvm_fault.c | 727 * note that narrow is used by uvm_fault_check() to change 738 bool narrow; /* work on a single requested page only */ member in struct:uvm_faultctx 841 .narrow = (fault_flag & UVM_FAULT_WIRE) != 0, 1033 flt->narrow = true; 1105 /* wide fault (!narrow) */ 1106 flt->narrow = true; 1113 * ReFault we will disable this by setting "narrow" to true. 1116 if (flt->narrow == false) { 1118 /* wide fault (!narrow) */ 1134 flt->narrow = true; /* ensure only once per-fault * [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| ira-costs.cc | 245 static struct cost_classes narrow; 247 narrow.num = 0; 290 for (pos = 0; pos < narrow.num; ++pos) 292 enum reg_class cl2 = narrow.classes[pos]; 297 if (pos == narrow.num) 304 narrow.classes[narrow.num++] = cl; 307 if (narrow.num == full->num) 310 cost_classes **slot = cost_classes_htab->find_slot (&narrow, INSERT); 313 cost_classes_t classes = setup_cost_classes (&narrow); 244 static struct cost_classes narrow; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ira-costs.cc | 244 static struct cost_classes narrow; 246 narrow.num = 0; 289 for (pos = 0; pos < narrow.num; ++pos) 291 enum reg_class cl2 = narrow.classes[pos]; 296 if (pos == narrow.num) 303 narrow.classes[narrow.num++] = cl; 306 if (narrow.num == full->num) 309 cost_classes **slot = cost_classes_htab->find_slot (&narrow, INSERT); 312 cost_classes_t classes = setup_cost_classes (&narrow); 243 static struct cost_classes narrow; local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-xtensa.c | 133 When nonzero, narrow all instructions and remove all NOPs possible 4354 const char *narrow; 4388 return the instruction buffer holding the narrow instruction. Otherwise, 4424 o_opcode = xtensa_opcode_lookup (isa, narrowable[opi].narrow); 4491 /* Attempt to narrow an instruction. If the narrowing is valid, perform 4580 if (opcode == xtensa_opcode_lookup (isa, widenable[opi].narrow)) 5409 "ta_narrow_insn" narrow a wide instruction 5410 "ta_widen" widen a narrow instruction 8062 /* Add an instruction narrow action. */ 8118 narrow all wide instructions, and remove all no-ops unless the en 4344 const char *narrow; member in struct:string_pair [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-xtensa.c | 134 When nonzero, narrow all instructions and remove all NOPs possible 4354 const char *narrow; 4388 return the instruction buffer holding the narrow instruction. Otherwise, 4424 o_opcode = xtensa_opcode_lookup (isa, narrowable[opi].narrow); 4491 /* Attempt to narrow an instruction. If the narrowing is valid, perform 4580 if (opcode == xtensa_opcode_lookup (isa, widenable[opi].narrow)) 5409 "ta_narrow_insn" narrow a wide instruction 5410 "ta_widen" widen a narrow instruction 8062 /* Add an instruction narrow action. */ 8118 narrow all wide instructions, and remove all no-ops unless the en 4344 const char *narrow; member in struct:string_pair [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-xtensa.c | 134 When nonzero, narrow all instructions and remove all NOPs possible 4352 const char *narrow; 4386 return the instruction buffer holding the narrow instruction. Otherwise, 4422 o_opcode = xtensa_opcode_lookup (isa, narrowable[opi].narrow); 4489 /* Attempt to narrow an instruction. If the narrowing is valid, perform 4578 if (opcode == xtensa_opcode_lookup (isa, widenable[opi].narrow)) 5407 "ta_narrow_insn" narrow a wide instruction 5408 "ta_widen" widen a narrow instruction 8060 /* Add an instruction narrow action. */ 8116 narrow all wide instructions, and remove all no-ops unless the en 4342 const char *narrow; member in struct:string_pair [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-xtensa.c | 134 When nonzero, narrow all instructions and remove all NOPs possible 4354 const char *narrow; 4388 return the instruction buffer holding the narrow instruction. Otherwise, 4424 o_opcode = xtensa_opcode_lookup (isa, narrowable[opi].narrow); 4491 /* Attempt to narrow an instruction. If the narrowing is valid, perform 4580 if (opcode == xtensa_opcode_lookup (isa, widenable[opi].narrow)) 5409 "ta_narrow_insn" narrow a wide instruction 5410 "ta_widen" widen a narrow instruction 8066 /* Add an instruction narrow action. */ 8122 narrow all wide instructions, and remove all no-ops unless the en 4344 const char *narrow; member in struct:string_pair [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-arm.c | 11390 bool narrow; 11396 narrow = !in_pred_block (); 11398 narrow = in_pred_block (); 11411 /* Attempt to use a narrow opcode, with relaxation if 11419 else if (Rd <= 7 && Rs <= 7 && narrow) 11496 narrow = false; 11498 if (narrow) 11511 register in a narrow non flag setting add. */ 11671 bool narrow; 11675 narrow = !in_pred_block () 11385 bool narrow; local 11666 bool narrow; local 11754 bool narrow; local 12356 bool narrow; local 12792 bool narrow; local 13128 bool narrow; local 13287 bool narrow; local 13409 bool narrow; local 13673 bool narrow; local 13729 bool narrow; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-arm.c | 11393 bool narrow; 11399 narrow = !in_pred_block (); 11401 narrow = in_pred_block (); 11414 /* Attempt to use a narrow opcode, with relaxation if 11422 else if (Rd <= 7 && Rs <= 7 && narrow) 11499 narrow = false; 11501 if (narrow) 11514 register in a narrow non flag setting add. */ 11674 bool narrow; 11678 narrow = !in_pred_block () 11388 bool narrow; local 11669 bool narrow; local 11757 bool narrow; local 12359 bool narrow; local 12795 bool narrow; local 13131 bool narrow; local 13290 bool narrow; local 13412 bool narrow; local 13676 bool narrow; local 13732 bool narrow; local [all...] |