| /dflybsd-src/sys/vfs/nfs/ |
| H A D | nfs_socket.c | 130 static int nfs_request_auth(struct nfsreq *rep); 131 static int nfs_request_try(struct nfsreq *rep); 132 static int nfs_request_waitreply(struct nfsreq *rep); 143 static int nfs_receive (struct nfsmount *nmp, struct nfsreq *rep, 145 static void nfs_softterm (struct nfsreq *rep, int islocked); 146 static void nfs_hardterm (struct nfsreq *rep, int islocked); 147 static int nfs_reconnect (struct nfsmount *nmp, struct nfsreq *rep); 191 nfs_connect(struct nfsmount *nmp, struct nfsreq *rep) in nfs_connect() argument 272 so->so_error == 0 && rep && in nfs_connect() 273 (error = nfs_sigintr(nmp, rep, rep->r_td)) != 0){ in nfs_connect() [all …]
|
| /dflybsd-src/contrib/zstd/lib/compress/ |
| H A D | zstd_lazy.h | 35 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 38 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 41 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 44 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 48 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 51 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 54 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 57 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 61 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 64 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], [all …]
|
| H A D | zstd_fast.c | 48 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_generic() 68 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_fast_generic() 178 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic() 179 rep[1] = offset_2 ? offset_2 : offsetSaved; in ZSTD_compressBlock_fast_generic() 187 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast() 196 return ZSTD_compressBlock_fast_generic(ms, seqStore, rep, src, srcSize, 4); in ZSTD_compressBlock_fast() 198 return ZSTD_compressBlock_fast_generic(ms, seqStore, rep, src, srcSize, 5); in ZSTD_compressBlock_fast() 200 return ZSTD_compressBlock_fast_generic(ms, seqStore, rep, src, srcSize, 6); in ZSTD_compressBlock_fast() 202 return ZSTD_compressBlock_fast_generic(ms, seqStore, rep, src, srcSize, 7); in ZSTD_compressBlock_fast() 208 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_dictMatchState_generic() [all …]
|
| H A D | zstd_opt.h | 24 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 27 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 30 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 35 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 38 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 42 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 45 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
|
| H A D | zstd_double_fast.c | 52 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_generic() 71 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_doubleFast_generic() 311 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_doubleFast_generic() 312 rep[1] = offset_2 ? offset_2 : offsetSaved; in ZSTD_compressBlock_doubleFast_generic() 320 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast() 328 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 4, ZSTD_noDict); in ZSTD_compressBlock_doubleFast() 330 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 5, ZSTD_noDict); in ZSTD_compressBlock_doubleFast() 332 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 6, ZSTD_noDict); in ZSTD_compressBlock_doubleFast() 334 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 7, ZSTD_noDict); in ZSTD_compressBlock_doubleFast() 340 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_dictMatchState() [all …]
|
| H A D | zstd_opt.c | 514 const U32 rep[ZSTD_REP_NUM], in ZSTD_insertBtAndGetAllMatches() 567 U32 const repOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_insertBtAndGetAllMatches() 747 const U32 rep[ZSTD_REP_NUM], in ZSTD_BtGetAllMatches() 758 …rtBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll0, lengthToBeat,… in ZSTD_BtGetAllMatches() 760 …rtBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll0, lengthToBeat,… in ZSTD_BtGetAllMatches() 761 …rtBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll0, lengthToBeat,… in ZSTD_BtGetAllMatches() 763 …rtBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll0, lengthToBeat,… in ZSTD_BtGetAllMatches() 932 U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_opt_generic() 974 …atches = ZSTD_BtGetAllMatches(matches, ms, &nextToUpdate3, ip, iend, dictMode, rep, ll0, minMatch); in ZSTD_compressBlock_opt_generic() 980 { U32 i ; for (i=0; i<ZSTD_REP_NUM; i++) opt[0].rep[i] = rep[i]; } in ZSTD_compressBlock_opt_generic() [all …]
|
| H A D | zstd_lazy.c | 857 U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_lazy_generic() 901 U32 offset_1 = rep[0], offset_2 = rep[1], savedOffset=0; in ZSTD_compressBlock_lazy_generic() 1115 rep[0] = offset_1 ? offset_1 : savedOffset; in ZSTD_compressBlock_lazy_generic() 1116 rep[1] = offset_2 ? offset_2 : savedOffset; in ZSTD_compressBlock_lazy_generic() 1124 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_btlazy2() 1127 …return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_binaryTree, 2, ZSTD… in ZSTD_compressBlock_btlazy2() 1131 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_lazy2() 1134 …return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_hashChain, 2, ZSTD_… in ZSTD_compressBlock_lazy2() 1138 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_lazy() 1141 …return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_hashChain, 1, ZSTD_… in ZSTD_compressBlock_lazy() [all …]
|
| H A D | zstd_compress_internal.h | 111 U32 rep[ZSTD_REP_NUM]; member 140 U32 rep[ZSTD_REP_NUM]; member 356 ZSTD_matchState_t* bs, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], 393 U32 rep[3]; member 396 MEM_STATIC repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep() 400 newReps.rep[2] = rep[1]; in ZSTD_updateRep() 401 newReps.rep[1] = rep[0]; in ZSTD_updateRep() 402 newReps.rep[0] = offset - ZSTD_REP_MOVE; in ZSTD_updateRep() 406 U32 const currentOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_updateRep() 407 newReps.rep[2] = (repCode >= 2) ? rep[1] : rep[2]; in ZSTD_updateRep() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | gimple-match.h | 32 code_helper (tree_code code) : rep ((int) code) {} in code_helper() 33 code_helper (combined_fn fn) : rep (-(int) fn) {} in code_helper() 34 operator tree_code () const { return (tree_code) rep; } in tree_code() 35 operator combined_fn () const { return (combined_fn) -rep; } in combined_fn() 36 bool is_tree_code () const { return rep > 0; } in is_tree_code() 37 bool is_fn_code () const { return rep < 0; } in is_fn_code() 38 int get_rep () const { return rep; } in get_rep() 40 int rep;
|
| /dflybsd-src/lib/libu4bhid/ |
| H A D | descr.c | 56 report_desc_t rep; in hid_get_report_id() local 63 if ((rep = hid_get_report_desc(fd)) == NULL) in hid_get_report_id() 66 for (d = hid_start_parse(rep, kindset, -1); hid_get_item(d, &h); ) { in hid_get_report_id() 74 hid_dispose_report_desc(rep); in hid_get_report_id() 90 report_desc_t rep; in hid_get_report_desc() local 132 rep = hid_use_report_desc(data, ugd.ugd_actlen); in hid_get_report_desc() 136 return (rep); in hid_get_report_desc()
|
| /dflybsd-src/bin/pax/ |
| H A D | pat_rep.c | 91 REPLACE *rep; in rep_add() local 116 if ((rep = (REPLACE *)malloc(sizeof(REPLACE))) == NULL) { in rep_add() 122 if ((res = regcomp(&(rep->rcmp), str+1, 0)) != 0) { in rep_add() 123 regerror(res, &(rep->rcmp), rebuf, sizeof(rebuf)); in rep_add() 125 free((char *)rep); in rep_add() 136 regfree(&(rep->rcmp)); in rep_add() 137 free((char *)rep); in rep_add() 143 rep->nstr = pt1; in rep_add() 145 rep->flgs = 0; in rep_add() 154 rep->flgs |= GLOB; in rep_add() [all …]
|
| /dflybsd-src/lib/libnetgraph7/ |
| H A D | msg.c | 167 struct ng_mesg rep; in NgSendReplyMsg() local 170 rep = *msg; in NgSendReplyMsg() 171 rep.header.flags = NGF_RESP; in NgSendReplyMsg() 174 return (NgDeliverMsg(cs, path, &rep, args, arglen)); in NgSendReplyMsg() 266 NgRecvMsg(int cs, struct ng_mesg *rep, size_t replen, char *path) in NgRecvMsg() argument 274 len = recvfrom(cs, rep, replen, 0, (struct sockaddr *) sg, &sglen); in NgRecvMsg() 287 (rep->header.flags & NGF_RESP) ? "RESPONSE" : "MESSAGE"); in NgRecvMsg() 289 _NgDebugMsg(rep, sg->sg_data); in NgRecvMsg() 304 NgAllocRecvMsg(int cs, struct ng_mesg **rep, char *path) in NgAllocRecvMsg() argument 311 (*rep = malloc(len)) == NULL) in NgAllocRecvMsg() [all …]
|
| /dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
| H A D | wnm_sta.c | 422 static void wnm_parse_neighbor_report_elem(struct neighbor_report *rep, in wnm_parse_neighbor_report_elem() argument 431 rep->tsf_offset = WPA_GET_LE16(pos); in wnm_parse_neighbor_report_elem() 432 rep->beacon_int = WPA_GET_LE16(pos + 2); in wnm_parse_neighbor_report_elem() 433 rep->tsf_present = 1; in wnm_parse_neighbor_report_elem() 441 os_memcpy(rep->country, pos, 2); in wnm_parse_neighbor_report_elem() 442 rep->country_present = 1; in wnm_parse_neighbor_report_elem() 450 rep->preference = pos[0]; in wnm_parse_neighbor_report_elem() 451 rep->preference_present = 1; in wnm_parse_neighbor_report_elem() 459 rep->bss_term_tsf = WPA_GET_LE64(pos); in wnm_parse_neighbor_report_elem() 460 rep->bss_term_dur = WPA_GET_LE16(pos + 8); in wnm_parse_neighbor_report_elem() [all …]
|
| H A D | rrm.c | 400 struct rrm_measurement_beacon_report *rep = NULL; in wpas_rrm_beacon_rep_update_last_frame() local 417 rep = (struct rrm_measurement_beacon_report *) in wpas_rrm_beacon_rep_update_last_frame() 423 if (!rep) in wpas_rrm_beacon_rep_update_last_frame() 426 subelem = rep->variable; in wpas_rrm_beacon_rep_update_last_frame() 843 struct rrm_measurement_beacon_report *rep, in wpas_add_beacon_rep_elem() argument 855 buf = os_malloc(sizeof(*rep) + 14 + *ie_len + subelems_len); in wpas_add_beacon_rep_elem() 859 os_memcpy(buf, rep, sizeof(*rep)); in wpas_add_beacon_rep_elem() 862 bss, buf + sizeof(*rep), in wpas_add_beacon_rep_elem() 868 pos = buf + ret + sizeof(*rep); in wpas_add_beacon_rep_elem() 899 ret + sizeof(*rep) + subelems_len); in wpas_add_beacon_rep_elem() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
| H A D | cow-stdexcept.cc | 247 bs_type::_Rep *rep; in _txnal_cow_string_C1_for_exceptions() local 250 rep = (bs_type::_Rep*) _ZGTtnaX (len + sizeof (bs_type::_Rep)); in _txnal_cow_string_C1_for_exceptions() 267 rep->_M_set_sharable(); in _txnal_cow_string_C1_for_exceptions() 268 rep->_M_length = rep->_M_capacity = len - 1; in _txnal_cow_string_C1_for_exceptions() 269 _ITM_memcpyRtWn(rep->_M_refdata(), s, len); in _txnal_cow_string_C1_for_exceptions() 270 new (&bs->_M_dataplus) bs_type::_Alloc_hider(rep->_M_refdata(), in _txnal_cow_string_C1_for_exceptions() 314 bs_type::_Rep *rep = (bs_type::_Rep*) data; in _txnal_cow_string_D1_commit() local 315 rep->_M_dispose(bs_type::allocator_type()); in _txnal_cow_string_D1_commit() 322 bs_type::_Rep *rep = reinterpret_cast<bs_type::_Rep*>( in _txnal_cow_string_D1() local 331 rep); in _txnal_cow_string_D1()
|
| /dflybsd-src/test/testcases/libnvmm/ |
| H A D | h_io_assist_asm.S | 103 rep 115 rep 127 rep 188 rep 200 rep 212 rep
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| H A D | chrono | 114 typedef typename _ToDur::rep __to_rep; 128 typedef typename _ToDur::rep __to_rep; 140 typedef typename _ToDur::rep __to_rep; 153 typedef typename _ToDur::rep __to_rep; 176 typedef typename _ToDur::rep __to_rep; 223 typedef _Rep rep; 226 static_assert(!__is_duration<_Rep>::value, "rep cannot be a duration"); 237 enable_if<is_convertible<_Rep2, rep>::value 238 && (treat_as_floating_point<rep>::value 241 : __r(static_cast<rep>(__rep)) { } [all …]
|
| /dflybsd-src/lib/libnetgraph/ |
| H A D | msg.c | 160 struct ng_mesg rep; in NgSendReplyMsg() local 163 rep = *msg; in NgSendReplyMsg() 164 rep.header.flags = NGF_RESP; in NgSendReplyMsg() 167 return (NgDeliverMsg(cs, path, &rep, args, arglen)); in NgSendReplyMsg() 241 NgRecvMsg(int cs, struct ng_mesg *rep, size_t replen, char *path) in NgRecvMsg() argument 249 len = recvfrom(cs, rep, replen, 0, (struct sockaddr *) sg, &sglen); in NgRecvMsg() 262 (rep->header.flags & NGF_RESP) ? "RESPONSE" : "MESSAGE"); in NgRecvMsg() 264 _NgDebugMsg(rep, sg->sg_data); in NgRecvMsg()
|
| /dflybsd-src/sys/dev/netif/ath/ath_hal/ |
| H A D | ah_eeprom_v3.c | 1019 RD_EDGES_POWER *rep; in readEepromCTLInfo() local 1024 rep = ee->ee_rdEdgesPower; in readEepromCTLInfo() 1035 rep += NUM_EDGES; in readEepromCTLInfo() 1041 rep[j].rdEdge = (eeval >> 8) & FREQ_MASK_3_3; in readEepromCTLInfo() 1042 rep[j+1].rdEdge = eeval & FREQ_MASK_3_3; in readEepromCTLInfo() 1046 rep[j].twice_rdEdgePower = in readEepromCTLInfo() 1048 rep[j].flag = (eeval >> 14) & 1; in readEepromCTLInfo() 1049 rep[j+1].twice_rdEdgePower = eeval & POWER_MASK; in readEepromCTLInfo() 1050 rep[j+1].flag = (eeval >> 6) & 1; in readEepromCTLInfo() 1054 rep[0].rdEdge = (eeval >> 9) & FREQ_MASK; in readEepromCTLInfo() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| H A D | chrono | 127 typedef typename _ToDur::rep __to_rep; 141 typedef typename _ToDur::rep __to_rep; 153 typedef typename _ToDur::rep __to_rep; 166 typedef typename _ToDur::rep __to_rep; 196 typedef typename _ToDur::rep __to_rep; 243 __not_<treat_as_floating_point<typename _ToDur::rep>>>::value, 315 typedef _Rep rep; 318 static_assert(!__is_duration<_Rep>::value, "rep cannot be a duration"); 331 is_convertible<const _Rep2&, rep>, 332 __or_<__is_float<rep>, __not_<__is_float<_Rep2>>>>> [all …]
|
| /dflybsd-src/contrib/less/ |
| H A D | line.c | 80 static int do_append(LWCHAR ch, constant char *rep, POSITION pos); 700 #define STORE_CHAR(ch,a,rep,pos) \ argument 702 if (store_char((ch),(a),(rep),(pos))) return (1); \ 705 static int store_char(LWCHAR ch, int a, constant char *rep, POSITION pos) in store_char() argument 780 if (rep == NULL) in store_char() 783 rep = &cs; in store_char() 787 replen = (size_t) utf_len(rep[0]); /*{{type-issue}}*/ in store_char() 806 add_linebuf(*rep++, a, 0); in store_char() 1011 static int store_control_char(LWCHAR ch, constant char *rep, POSITION pos) in store_control_char() argument 1016 STORE_CHAR(ch, AT_NORMAL, rep, pos); in store_control_char() [all …]
|
| /dflybsd-src/gnu/usr.bin/cvs/contrib/ |
| H A D | easy-import.pl | 241 $rep = $selected; 243 print "\n${so}Selected repository:${se} ${us}$rep${ue}\n"; 246 @areas = &lsdir("$cvsroot/$rep"); 260 $area = "$rep/$selected"; 279 $rep = <>; 280 if ($rep =~ /\s*[yY]/) {
|
| /dflybsd-src/contrib/nvi2/vi/ |
| H A D | v_init.c | 51 MALLOC_RET(orig, nvip->rep, ovip->rep_len); in v_screen_copy() 52 memmove(nvip->rep, ovip->rep, ovip->rep_len); in v_screen_copy() 88 free(vip->rep); in v_screen_end()
|
| /dflybsd-src/contrib/zstd/lib/decompress/ |
| H A D | zstd_ddict.c | 79 dctx->entropy.rep[0] = ddict->entropy.rep[0]; in ZSTD_copyDDictParameters() 80 dctx->entropy.rep[1] = ddict->entropy.rep[1]; in ZSTD_copyDDictParameters() 81 dctx->entropy.rep[2] = ddict->entropy.rep[2]; in ZSTD_copyDDictParameters()
|
| /dflybsd-src/contrib/cvs-1.12/src/ |
| H A D | repos.c | 151 const char *rep = repository + strlen (original_parsed_root->directory); in Short_Repository() local 152 return (*rep == '/') ? rep+1 : rep; in Short_Repository()
|