Searched refs:loc1 (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/csu/arch/ia64/ |
H A D | h_initfini_align.S | 18 mov loc1 = ar.bsp 21 and loc1 = 7, loc1 24 cmp.eq p1, p0 = 0, loc1 29 (p1) mov loc1 = sp 31 (p1) and loc1 = 15, loc1 34 (p1) cmp.eq p1, p0 = 0, loc1
|
/freebsd/lib/libc/tests/locale/ |
H A D | newlocale_test.c | 61 do_locale_switch(const char *loc1, const char *loc2) in do_locale_switch() argument 66 l1 = newlocale(LC_ALL_MASK, loc1, NULL); in do_locale_switch() 69 check_lparts(loc1); in do_locale_switch() 81 check_lparts(loc1); in do_locale_switch()
|
/freebsd/bin/sh/ |
H A D | trap.c | 500 struct jmploc loc1, loc2; in exitshell_savedstatus() local 513 if (!setjmp(loc1.loc)) { in exitshell_savedstatus() 514 handler = &loc1; in exitshell_savedstatus()
|
/freebsd/contrib/llvm-project/clang/include/clang-c/ |
H A D | CXSourceLocation.h | 74 CINDEX_LINKAGE unsigned clang_equalLocations(CXSourceLocation loc1,
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa.c | 6936 int loc1, loc2, t1, t2; in hdaa_pcm_probe() local 6939 loc1 = devinfo->as[pdevinfo->playas].location; in hdaa_pcm_probe() 6941 loc1 = devinfo->as[pdevinfo->recas].location; in hdaa_pcm_probe() 6945 loc2 = loc1; in hdaa_pcm_probe() 6946 if (loc1 != loc2) in hdaa_pcm_probe() 6947 loc1 = -2; in hdaa_pcm_probe() 6948 if (loc1 >= 0 && HDA_LOCS[loc1][0] == '0') in hdaa_pcm_probe() 6949 loc1 = -2; in hdaa_pcm_probe() 6982 loc1 >= 0 ? HDA_LOCS[loc1] : "", loc1 >= 0 ? " " : "", in hdaa_pcm_probe()
|
/freebsd/contrib/bearssl/ |
H A D | Doxyfile | 1595 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... 2070 # TAGFILES = file1=loc1 "file2 = loc2" ... 2071 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
|
/freebsd/contrib/libcbor/ |
H A D | Doxyfile | 1831 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... 2312 # TAGFILES = file1=loc1 "file2 = loc2" ... 2313 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
|
/freebsd/contrib/ldns/ |
H A D | libdns.doxygen.in | 1732 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... 2238 # TAGFILES = file1=loc1 "file2 = loc2" ... 2239 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
|
/freebsd/contrib/unbound/doc/ |
H A D | unbound.doxygen | 1914 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ... 2392 # TAGFILES = file1=loc1 "file2 = loc2" ... 2393 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
|