HomeSort by: relevance | last modified time | path
    Searched refs:narrow (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /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/gpl3/gcc.old/dist/gcc/d/dmd/common/
string.d 118 (Windows only) Converts a narrow string to a wide string using `buffer` as strorage. Returns a slice managed by
122 version(Windows) wchar[] toWStringz(const(char)[] narrow, ref SmallBuffer!wchar buffer) nothrow
128 if (narrow is null)
131 const requiredLength = MultiByteToWideChar(CodePage, 0, narrow.ptr, cast(int) narrow.length, buffer.ptr, cast(int) buffer.length);
139 const length = MultiByteToWideChar(CodePage, 0, narrow.ptr, cast(int) narrow.length, buffer.ptr, requiredLength);
  /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/external/gpl3/gdb/dist/sim/testsuite/aarch64/
xtn.s 3 # Check the extract narrow instructions: xtn, xtn2.
  /src/external/gpl3/gdb.old/dist/sim/testsuite/aarch64/
xtn.s 3 # Check the extract narrow instructions: xtn, xtn2.
  /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); }
regex_executor.h 215 const char __n{ __ct.narrow(__c, ' ') };
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); }
regex_executor.h 215 const char __n{ __ct.narrow(__c, ' ') };
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/apache2/llvm/dist/clang/lib/AST/Interp/
Pointer.h 76 Pointer narrow() const { function in class:clang::interp::Pointer
EvalEmitter.cpp 183 Ok &= Composite(ElemTy, EP.narrow(), Slot);
Program.cpp 57 Pointer Field = Ptr.atIndex(I).narrow();
  /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/sys/arch/hppa/stand/xxboot/
start.S 281 ; check if narrow or wide mode
286 ; narrow mode
438 ; check if narrow or wide mode
636 retbuf: .block 32*8 ; *4 for narrow mode / *8 for wide mode
  /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...]
  /src/sys/stand/efiboot/bootarm/
cache.S 104 ubfx ip, r0, #24, #3 @ narrow to LoC
  /src/sys/external/bsd/drm2/dist/drm/
drm_vblank.c 1645 * \param narrow 32-bit value (missing upper 32 bits)
1649 * 'narrow' and constructing the upper 32-bits so that the result is
1653 static u64 widen_32_to_64(u32 narrow, u64 near)
1655 return near + (s32) (narrow - near);
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/arm/
poly1305-armv4.S 904 vshrn.u64 d30,q5,#26 @ re-narrow

Completed in 63 milliseconds

1 2 3