/freebsd-src/usr.sbin/ppp/ |
H A D | pred.c | 67 compress(struct pred1_state *state, u_char *source, u_char *dest, int len) in compress() 92 SyncTable(struct pred1_state *state, u_char *source, u_char *dest, int len) in SyncTable() 101 decompress(struct pred1_state *state, u_char *source, u_char *dest, int len) in decompress() 305 Pred1InitOptsOutput(struct bundle *bundle __unused, struct fsm_opt *o, in Pred1InitOptsOutput() 312 Pred1SetOpts(struct bundle *bundle __unused, struct fsm_opt *o, in Pred1SetOpts()
|
/freebsd-src/sys/contrib/openzfs/module/lua/ |
H A D | lobject.h | 110 #define val_(o) ((o)->value_) argument 111 #define num_(o) (val_(o).n) argument 115 #define rttype(o) ((o)->tt_) argument 121 #define ttype(o) (rttype(o) & 0x3F) argument 124 #define ttypenv(o) (novariant(rttype(o))) argument 128 checktag(o,t) global() argument 129 checktype(o,t) global() argument 130 ttisnumber(o) global() argument 131 ttisnil(o) global() argument 132 ttisboolean(o) global() argument 133 ttislightuserdata(o) global() argument 134 ttisstring(o) global() argument 135 ttisshrstring(o) global() argument 136 ttislngstring(o) global() argument 137 ttistable(o) global() argument 138 ttisfunction(o) global() argument 139 ttisclosure(o) global() argument 140 ttisCclosure(o) global() argument 141 ttisLclosure(o) global() argument 142 ttislcf(o) global() argument 143 ttisuserdata(o) global() argument 144 ttisthread(o) global() argument 145 ttisdeadkey(o) global() argument 150 nvalue(o) global() argument 151 gcvalue(o) global() argument 152 pvalue(o) global() argument 153 rawtsvalue(o) global() argument 154 tsvalue(o) global() argument 155 rawuvalue(o) global() argument 156 uvalue(o) global() argument 157 clvalue(o) global() argument 158 clLvalue(o) global() argument 159 clCvalue(o) global() argument 160 fvalue(o) global() argument 161 hvalue(o) global() argument 162 bvalue(o) global() argument 163 thvalue(o) global() argument 165 deadvalue(o) global() argument 167 l_isfalse(o) global() argument 170 iscollectable(o) global() argument 182 settt_(o,t) global() argument 264 luai_checknum(L,o,c) global() argument 303 v_(o) global() argument 304 d_(o) global() argument 305 tt_(o) global() argument 314 v_(o) global() argument 315 d_(o) global() argument 316 tt_(o) global() argument 325 val_(o) global() argument 327 num_(o) global() argument 335 ttisnumber(o) global() argument 340 rttype(o) global() argument 343 settt_(o,t) global() argument 362 checktag(o,t) global() argument 363 checktype(o,t) global() argument 371 luai_checknum(L,o,c) global() argument 422 svalue(o) global() argument 473 TString *source; /* used for debug information */ global() member 533 isLfunction(o) global() argument 535 getproto(o) global() argument [all...] |
H A D | llex.c | 122 TValue *o; /* entry for `str' */ in luaX_newstring() local 155 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source, in luaX_setinput()
|
/freebsd-src/contrib/lua/src/ |
H A D | lobject.h | 72 #define val_(o) ((o)->value_) argument 73 #define valraw(o) (val_(o)) argument 77 #define rawtt(o) ((o)->tt_) argument 84 #define ttypetag(o) withvariant(rawtt(o)) argument 87 #define ttype(o) (novariant(rawtt(o))) argument 91 #define checktag(o,t) (rawtt(o) == (t)) argument 92 #define checktype(o,t) (ttype(o) == (t)) argument 114 #define settt_(o,t) ((o)->tt_=(t)) argument 172 #define s2v(o) (&(o)->val) argument 197 #define ttisstrictnil(o) checktag((o), LUA_VNIL) argument [all …]
|
H A D | llex.c | 137 const TValue *o = luaH_getstr(ls->h, ts); in luaX_newstring() local 167 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source, in luaX_setinput()
|
H A D | lobject.c | 308 size_t luaO_str2num (const char *s, TValue *o) { in luaO_str2num() 567 void luaO_chunkid (char *out, const char *source, size_t srclen) { in luaO_chunkid()
|
/freebsd-src/contrib/llvm-project/lld/COFF/ |
H A D | SymbolTable.cpp | 140 StringRef source = file->obj->getSourceFileName(); in getSymbolLocations() local 234 if (auto *o = dyn_cast<ObjFile>(file)) in getSymbolLocations() local 622 StringRef source = file->obj->getSourceFileName(); getSourceLocationBitcode() local 650 if (auto *o = dyn_cast<ObjFile>(file)) getSourceLocation() local 795 } else if (LazyObject *o = dyn_cast<LazyObject>(sym)) { addLibcall() local [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_libdispatch.cpp | 75 static dispatch_queue_t GetTargetQueueFromSource(dispatch_source_t source) { in GetTargetQueueFromSource() 416 dispatch_source_t source, dispatch_block_t handler) { in TSAN_INTERCEPTOR() 434 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR() 445 dispatch_source_t source, dispatch_block_t handler) { in TSAN_INTERCEPTOR() 463 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR() 475 dispatch_source_t source, dispatch_block_t handler) { in TSAN_INTERCEPTOR() 494 dispatch_source_t source, dispatch_function_t handler) { in TSAN_INTERCEPTOR() 761 TSAN_INTERCEPTOR(void, dispatch_resume, dispatch_object_t o) { in TSAN_INTERCEPTOR()
|
/freebsd-src/stand/common/ |
H A D | gfx_fb.c | 377 gfx_mem_wr1(uint8_t * base,size_t size,uint32_t o,uint8_t v) gfx_mem_wr1() argument 386 gfx_mem_wr2(uint8_t * base,size_t size,uint32_t o,uint16_t v) gfx_mem_wr2() argument 395 gfx_mem_wr4(uint8_t * base,size_t size,uint32_t o,uint32_t v) gfx_mem_wr4() argument 497 uint8_t *source, *destination, *sb; gfxfb_blt_video_to_buffer() local 597 uint8_t *source, *destination; gfxfb_blt_buffer_to_video() local 699 uint8_t *source, *destination; gfxfb_blt_video_to_video() local 885 uint32_t fgc, bgc, bpl, cc, o; gfx_bitblt_bitmap() local 1157 uint32_t *source = &state->tg_shadow_fb[sy * pitch + sx]; gfx_fb_copy_area() local [all...] |
/freebsd-src/crypto/openssl/apps/ |
H A D | passwd.c | 98 OPTION_CHOICE o; in passwd_main() local 445 int dest, source; in md5crypt() local
|
H A D | s_client.c | 733 #define IS_INET_FLAG(o) \ argument 735 #define IS_UNIX_FLAG(o) (o == OPT_UNIX) argument 737 #define IS_PROT_FLAG(o) \ argument 742 static void freeandcopy(char **dest, const char *source) in freeandcopy() 832 OPTION_CHOICE o; in s_client_main() local
|
/freebsd-src/contrib/libpcap/msdos/ |
H A D | pktdrvr.c | 138 #define DOS_ADDR(s,o) (((DWORD)(s) << 16) + (WORD)(o)) argument 160 #define DOS_ADDR(s,o) (((WORD)(s) << 4) + (o)) argument 179 #define DOS_ADDR(s,o) (((DWORD)(s) << 4) + (WORD)(o)) argument 1366 UCHAR *source; /* source pointer for copy */ in RealCopy() local [all...] |
/freebsd-src/sys/dev/sound/pcm/ |
H A D | feeder_rate.c | 379 #define z_next(i, o, v) z_align(i, (o) + (v)) argument 380 #define z_prev(i, o, v) z_align(i, (o) - (v)) argument 1569 z_resampler_feed_internal(struct pcm_feeder * f,struct pcm_channel * c,uint8_t * b,uint32_t count,void * source) z_resampler_feed_internal() argument 1705 z_resampler_feed(struct pcm_feeder * f,struct pcm_channel * c,uint8_t * b,uint32_t count,void * source) z_resampler_feed() argument [all...] |
/freebsd-src/sys/contrib/openzfs/module/zfs/ |
H A D | dsl_dataset.c | 2683 dsl_get_mountpoint(dsl_dataset_t * ds,const char * dsname,char * value,char * source) dsl_get_mountpoint() argument 3650 uint64_t o; dsl_dataset_promote_sync() local 4358 dsl_dataset_set_refquota(const char * dsname,zprop_source_t source,uint64_t refquota) dsl_dataset_set_refquota() argument 4434 dsl_dataset_set_refreservation_sync_impl(dsl_dataset_t * ds,zprop_source_t source,uint64_t value,dmu_tx_t * tx) dsl_dataset_set_refreservation_sync_impl() argument 4474 dsl_dataset_set_refreservation(const char * dsname,zprop_source_t source,uint64_t refreservation) dsl_dataset_set_refreservation() argument 4535 dsl_dataset_set_compression(const char * dsname,zprop_source_t source,uint64_t compression) dsl_dataset_set_compression() argument [all...] |
/freebsd-src/crypto/openssh/ |
H A D | scp.c | 842 int o = 0, tail_len; in emit_expansion() local 1389 source(int argc, char **argv) in source() function
|
/freebsd-src/crypto/heimdal/lib/krb5/ |
H A D | addr_families.c | 577 struct arange *i, *o; in arange_copy() local 1436 const krb5_addresses *source) in krb5_append_addresses()
|
/freebsd-src/contrib/unbound/services/ |
H A D | authzone.c | 3916 auth_addr_list_copy(struct auth_addr * source) auth_addr_list_copy() argument 3937 auth_master_copy(struct auth_master * o) auth_master_copy() argument
|
/freebsd-src/contrib/bsnmp/tests/ |
H A D | catch.hpp | 6910 OutlierClassification o; in classify_outliers() local 8986 inline auto convertInto( std::string const &source, T& target ) -> ParserResult { in convertInto() 8995 inline auto convertInto( std::string const &source, std::string& target ) -> ParserResult { in convertInto() 8999 inline auto convertInto( std::string const &source, bool &target ) -> ParserResult { in convertInto() 9012 …inline auto convertInto( std::string const &source, CLARA_CONFIG_OPTIONAL_TYPE<T>& target ) -> Par… in convertInto() 9445 for (auto const &o : m_options) { in getHelpColumns() local
|