Home
last modified time | relevance | path

Searched refs:_frm (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp3134 const uint16_t* _frm = reinterpret_cast<const uint16_t*>(frm); in do_out() local
3136 const uint16_t* _frm_nxt = _frm; in do_out()
3140 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3141 frm_nxt = frm + (_frm_nxt - _frm); in do_out()
3151 const uint8_t* _frm = reinterpret_cast<const uint8_t*>(frm); in do_in() local
3153 const uint8_t* _frm_nxt = _frm; in do_in()
3157 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
3158 frm_nxt = frm + (_frm_nxt - _frm); in do_in()
3187 const uint8_t* _frm = reinterpret_cast<const uint8_t*>(frm); in do_length() local
3189 return utf8_to_utf16_length(_frm, _frm_end, mx); in do_length()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/isccc/
H A Dcc.c703 if (from != NULL && isccc_cc_definestring(_ctrl, "_frm", from) == NULL) in createmessage()
731 char *_frm, *_to; in isccc_cc_createack()
747 * _frm and _to are optional. in isccc_cc_createack()
749 _frm = NULL; in isccc_cc_createack()
750 (void)isccc_cc_lookupstring(_ctrl, "_frm", &_frm); in isccc_cc_createack()
757 result = createmessage(1, _to, _frm, serial, t, 0, &ack, false); in isccc_cc_createack()
813 char *_frm, *_to, *type = NULL; in isccc_cc_createresponse()
829 * _frm and _to are optional. in isccc_cc_createresponse()
831 _frm in isccc_cc_createresponse()
732 char *_frm, *_to; isccc_cc_createack() local
814 char *_frm, *_to, *type = NULL; isccc_cc_createresponse() local
1000 const char *_frm; isccc_cc_checkdup() local
[all...]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/riscv/
H A Dsfp-machine.h97 #define _FP_DECL_EX int _frm __attribute__ ((unused));
98 #define FP_ROUNDMODE _frm
116 __asm__ volatile ("frrm %0" : "=r" (_frm)); \
125 #define FP_INIT_ROUNDMODE _frm = FP_RND_NEAREST
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/riscv/
H A Dsfp-machine.h97 #define _FP_DECL_EX int _frm __attribute__ ((unused));
98 #define FP_ROUNDMODE _frm
116 __asm__ volatile ("frrm %0" : "=r" (_frm)); \
125 #define FP_INIT_ROUNDMODE _frm = FP_RND_NEAREST