Home
last modified time | relevance | path

Searched defs:aWidth (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatunsitf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatunsitf() local
H A Dfloatunditf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatunditf() local
H A Dfloatditf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatditf() local
H A Dfloatunsidf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsidf() local
H A Dfloatunsisf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsisf() local
/freebsd/contrib/dialog/
H A Dmixedgauge.c266 int aWidth, in dlg_begin_mixedgauge()
/freebsd/contrib/sqlite3/
H A Dshell.c20533 const int *aWidth = aExplainWidth; in shell_callback() local