/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
H A D | receiver-forward-class.m | 8 -(int) width; // expected-note {{using}} method 11 -(float) width; // expected-note {{also found}} method
|
H A D | property-not-lvalue.m | 4 int width; field
|
/minix3/lib/libc/stdlib/ |
H A D | lsearch.c | 54 lsearch(const void *key, void *base, size_t *nelp, size_t width, in lsearch() 66 lfind(const void *key, const void *base, size_t *nelp, size_t width, in lfind() 78 linear_base(const void *key, void *base, size_t *nelp, size_t width, in linear_base()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 65 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT trunc(uint32_t width) const { in trunc() 69 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT extend(uint32_t width) const { in extend() 76 APSInt LLVM_ATTRIBUTE_UNUSED_RESULT extOrTrunc(uint32_t width) const { in extOrTrunc()
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | vla.c | 55 void function(short width, int data[][width]) {} // expected-note {{passing argument to parameter '… in function() 67 void function1(short width, int data[][width][width]) {} in function1()
|
/minix3/external/bsd/tmux/dist/ |
H A D | cmd-list-keys.c | 49 int width, keywidth; in cmd_list_keys_exec() local 107 int width, keywidth, any_mode; in cmd_list_keys_table() local
|
H A D | layout-set.c | 128 u_int i, n, width, xoff; in layout_set_even_h() local 234 u_int n, mainheight, otherheight, width, height; in layout_set_main_h() local 355 u_int n, mainwidth, otherwidth, width, height; in layout_set_main_v() local 476 u_int n, width, height, used; in layout_set_tiled() local
|
/minix3/external/public-domain/xz/dist/src/common/ |
H A D | tuklib_mbstr_fw.c | 20 const size_t width = tuklib_mbstr_width(str, &len); in tuklib_mbstr_fw() local
|
H A D | tuklib_mbstr_width.c | 36 size_t width = 0; in tuklib_mbstr_width() local
|
/minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/ |
H A D | utf8.c | 87 int width = UTF8_WIDTH(*p); in idn_utf8_getmb() local 119 int width; in idn_utf8_getwc() local 243 int width; in idn_utf8_isvalidstring() local
|
/minix3/usr.bin/fold/ |
H A D | fold.c | 69 int width; in main() local 130 fold(int width) in fold()
|
/minix3/lib/libform/ |
H A D | type_alpha.c | 47 unsigned width; member 99 int width, start, cur, end; in alpha_check_field() local
|
H A D | type_alnum.c | 45 unsigned width; member 97 int width, start, cur, end; in alnum_check_field() local
|
/minix3/external/bsd/less/dist/ |
H A D | cmdbuf.c | 183 int width = is_wide_char(ch) ? 2 : 1; local 321 int width; local 332 int width; local 356 int width, bswidth; in cmd_home() local 385 int width; in cmd_lshift() local 391 int width; in cmd_lshift() local 424 int width; in cmd_rshift() local 443 int width; in cmd_right() local 477 int width, bswidth; in cmd_left() local
|
/minix3/lib/libc/quad/ |
H A D | floatunditf_ieee754.c | 73 unsigned int width = 64; in __floatunditf() local
|
/minix3/usr.bin/mkcsmapper/ |
H A D | ldef.h | 32 u_int32_t width; member
|
/minix3/external/bsd/libpcap/dist/missing/ |
H A D | snprintf.c | 128 int width, int prec, int flags, int minusp) in append_number() 217 int width, in append_string() 248 int width, in append_char() 289 int width = 0; in xyzprintf() local
|
/minix3/external/bsd/tcpdump/dist/missing/ |
H A D | snprintf.c | 128 int width, int prec, int flags, int minusp) in append_number() 217 int width, in append_string() 248 int width, in append_char() 289 int width = 0; in xyzprintf() local
|
/minix3/sys/dev/videomode/ |
H A D | pickmode.c | 50 pick_mode_by_dotclock(int width, int height, int dotclock) in pick_mode_by_dotclock() 75 pick_mode_by_ref(int width, int height, int refresh) in pick_mode_by_ref()
|
/minix3/external/bsd/llvm/dist/clang/test/PCH/ |
H A D | cxx-implicit-moves.cpp | 10 double width; member
|
/minix3/minix/share/beaglebone/weather/ |
H A D | spin.js | 145 width: 5, // The line thickness property 183 …, el = self.el = css(createEl(0, {className: o.className}), {position: o.position, width: 0, zInde… property 249 width: (o.length+o.width) + 'px', property 305 { width: s, height: s } property 317 width: r, property
|
/minix3/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | snprintf.c | 125 pad(struct snprintf_state *state, int width, char c) in pad() 145 int width, int prec, int flags, int minusp) in append_number() 260 int width, in append_string() 295 int width, in append_char() 359 int width = 0; in xyzprintf() local
|
/minix3/external/bsd/dhcp/dist/omapip/ |
H A D | convert.c | 119 int converted_length (buf, base, width) in converted_length() argument 154 int binary_to_ascii (outbuf, inbuf, base, width) in binary_to_ascii() argument
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
H A D | property-agrr-getter.m | 20 float width; field
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | init-struct-qualified.c | 5 typedef struct _NSSize { CGFloat width; CGFloat height; } NSSize; member
|