Searched defs:nloc (Results 1 - 5 of 5) sorted by relevance

/external/ltrace/
H A Dvalue.c137 enum value_location_t nloc; local
140 nloc = VAL_LOC_WORD;
145 nloc = VAL_LOC_COPY;
149 if (nloc == VAL_LOC_COPY)
154 val->where = nloc;
155 if (nloc == VAL_LOC_COPY)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsvccoll.cpp188 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status); local
189 if (nloc != fu_FU) {
190 errln(UnicodeString("asked for nloc valid locale after close and got") + nloc.getName());
/external/icu/icu4c/source/test/intltest/
H A Dsvccoll.cpp187 Locale nloc = ncol->getLocale(ULOC_VALID_LOCALE, status); local
188 if (nloc != fu_FU) {
189 errln(UnicodeString("asked for nloc valid locale after close and got") + nloc.getName());
/external/elfutils/0.153/libdw/
H A DlibdwP.h69 size_t nloc; member in struct:loc_s
/external/elfutils/0.153/src/
H A Dnm.c624 size_t nloc; local
625 if (dwarf_getlocation (locattr, &loc, &nloc) != 0)
630 if (nloc == 1 && loc[0].atom == DW_OP_addr)

Completed in 277 milliseconds