Home
last modified time | relevance | path

Searched defs:datum (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/bmake/
H A Dlst.c40 LstNodeNew(ListNode *prev, ListNode *next, void *datum) in LstNodeNew() argument
76 Lst_InsertBefore(List *list, ListNode *ln, void *datum) in Lst_InsertBefore() argument
94 Lst_Prepend(List *list, void *datum) in Lst_Prepend() argument
113 Lst_Append(List * list,void * datum) Lst_Append() argument
154 LstNode_Set(ListNode * ln,void * datum) LstNode_Set() argument
177 Lst_FindDatum(List * list,const void * datum) Lst_FindDatum() argument
236 void *datum = list->first->datum; Lst_Dequeue() local
[all...]
H A Dlst.h98 void *datum; /* datum associated with this element */ member
160 Lst_Enqueue(List * list,void * datum) Lst_Enqueue() argument
[all...]
H A Dhash.h116 HashEntry_Set(HashEntry *he, void *datum) in HashEntry_Set()
/freebsd/crypto/heimdal/lib/roken/
H A Dndbm_wrap.h67 #define datum dbm_rename(datum) macro
72 } datum; typedef
H A Dndbm_wrap.c114 datum datum; in dbm_get() local
/freebsd/contrib/ntp/libntp/
H A Dntp_calgps.c61 TNtpDatum * datum in _norm_ntp_datum()
79 TGpsDatum * datum in _norm_gps_datum()
104 TNtpDatum * datum, in gpsntp_add_offset()
122 TGpsDatum * datum, in gpscal_add_offset()
/freebsd/include/rpcsvc/
H A Dypupdate_prot.x73 yp_buf datum; member
H A Dyp_prot.h96 } datum; typedef
/freebsd/include/
H A Dndbm.h56 } datum; typedef
/freebsd/lib/libc/yp/
H A Dxdryp.c49 } datum; typedef
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DLoadedModuleInfoList.h80 bool has_info(e_data_point datum) const { in has_info()
/freebsd/crypto/openssl/test/
H A Dparams_conversion_test.c31 void *ref, *datum; member
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c554 dt_quantize_total(dtrace_hdl_t *dtp, int64_t datum, long double *total) in dt_quantize_total()
746 long double datum, long double total) in dt_print_packed()