Home
last modified time | relevance | path

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

/freebsd-src/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 Dfloatunsidf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsidf() local
H A Dfloatditf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatditf() local
H A Dfloatsitf.c21 const int aWidth = sizeof a * CHAR_BIT; in __floatsitf() local
H A Dfloatunsisf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatunsisf() local
H A Dfloatsidf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatsidf() local
H A Dfloatsisf.c22 const int aWidth = sizeof a * CHAR_BIT; in __floatsisf() local
/freebsd-src/contrib/dialog/
H A Dmixedgauge.c266 int aWidth, in dlg_begin_mixedgauge()
/freebsd-src/contrib/sqlite3/
H A Dshell.c20534 const int *aWidth = aExplainWidth; shell_callback() local