Searched defs:found (Results 76 - 100 of 447) sorted by relevance

1234567891011>>

/external/e2fsprogs/ext2ed/
H A Ddir_com.c196 5. If the required entry is found, we dispatch a remember command to insert the current inode (remember that
262 if (status==FOUND) { /* If found */
308 wprintw (command_win,"Error - Directory entry %s not found.\n",dir_name); /* Hmm, an invalid path somewhere */
317 Returns FOUND if found, or CONTINUE if not found.
369 internal_error ("dir_com","type_dir___entry","According to our gathered data, we should have found this entry");
547 int found=0; local
568 while (descriptor_ptr!=NULL && !found) {
570 found=1;
594 int found local
[all...]
H A Dfile_com.c399 int found=0; local
420 while (descriptor_ptr!=NULL && !found) {
422 found=1;
H A Dgeneral_com.c363 int i,len, found=0; local
393 for (i=0;i<current_type->fields_num && !found;i++) {
395 found=1;
418 if (found)
421 wprintw (command_win,"Error - Variable %s not found\n",variable);
496 short found=0; local
512 while (descriptor_ptr!=NULL && !found) {
514 found=1;
518 if (found) {
/external/e2fsprogs/lib/blkid/
H A Dtag.c65 * first such tag is returned, otherwise return only exact tag if found.
116 printf(" found cache tag head %s\n", type));
406 int c, ret, found; local
453 found = blkid_dev_has_tag(dev, search_type, search_value);
456 found ? "FOUND" : "NOT FOUND");
457 return(!found);
/external/eigen/bench/spbench/
H A Dspbenchsolver.h545 int idx = 1, found=false; local
546 while (idx<argc && !found){
548 found = true;
553 return found;
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DMatrixMarketIterator.h207 size_t found = m_matname.find("SPD"); local
208 if( (found!=std::string::npos) && (m_sym != NonSymmetric) )
/external/elfutils/src/libdw/
H A Ddwarf_getlocation.c125 struct loc_block_s **found = tfind (&fake, &attr->cu->locs, loc_compare); local
126 if (unlikely (found == NULL))
132 return_block->length = (*found)->length;
133 return_block->data = (*found)->data;
163 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare); local
165 if (found == NULL)
187 found = tsearch (newp, &attr->cu->locs, loc_compare);
190 assert ((*found)->nloc == 1);
194 *llbuf = (*found)->loc;
218 struct loc_s **found local
[all...]
H A Ddwarf_getmacros.c272 Dwarf_Macro_Op_Table **found = tfind (&fake, &dbg->macro_ops, local
274 if (found != NULL)
275 return *found;
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper_unittest.cc139 bool found = false; local
142 ASSERT_FALSE(found);
143 found = true;
146 ASSERT_TRUE(found);
/external/google-breakpad/src/processor/
H A Dstackwalker_x86.cc146 // Save the stack walking info we found, in case we need it later to
225 uint32_t found = 0; // dummy value local
241 if (ScanForReturnAddress(raSearchStart, &raSearchStart, &found, 3) &&
246 found == last_frame->context.eip) {
254 ScanForReturnAddress(raSearchStart, &raSearchStart, &found, 3);
342 // operators are found, then current %ebp must be valid and it is the only
388 // one where the return address was found.
426 // evaluation found. Use it, and set %esp to the location above the
427 // one where the return address was found.
582 // ScanForReturnAddress found
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Duregiontest.c522 UBool found = FALSE; local
526 found = TRUE;
530 if ( !found ) {
/external/icu/icu4c/source/test/intltest/
H A Dregiontst.cpp625 UBool found = FALSE; local
629 found = TRUE;
633 if ( !found ) {
/external/iptables/extensions/
H A Dlibxt_sctp.c130 DEBUGP("Previous match found\n");
163 int found = 0; local
182 found = 0;
194 found = 1;
197 if (!found)
/external/libedit/src/
H A Dcommon.c710 bool_t found = 0; local
749 found++;
756 if (!found) {
758 (void) fprintf(el->el_errfile, "not found\n");
778 bool_t found = 0; local
804 found = h;
808 if (!found) { /* is it the current history number? */
811 (void) fprintf(el->el_errfile, "not found\n");
816 el->el_history.eventno = found;
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_main.c555 BOOLEAN found = FALSE; local
569 while ((count < num_nfcee) && (!found))
575 found = TRUE;
592 if (!found)
/external/libvncserver/examples/
H A Dmac.c216 that I found on the net. */
396 int found = 0; local
405 found = 1;
410 if (!found) {
/external/libvorbis/lib/
H A Dinfo.c99 int found = 0; local
108 if(count == found)
112 found++;
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-probe.c90 int found = 0; local
102 found = 1;
110 return found;
318 "Set how many probe points can be found for a probe."),
/external/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp217 bool found = false; local
221 found = true;
226 if (!found)
/external/ltrace/
H A Dbreakpoints.c120 struct breakpoint *found; local
121 if (DICT_FIND_VAL(proc->breakpoints, &addr, &found) < 0)
123 return found;
/external/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp89 bool found; local
90 if (!enumerator.Next(fi, found))
96 if (!found)
292 bool found; local
293 if (!enumerator.Next(fi, found))
299 if (!found)
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tracker.c240 int found = 0; local
246 found = 1;
251 if (!found)
/external/mesa3d/src/glsl/
H A Dlink_uniforms.cpp265 bool found = this->map->get(id, name); local
266 assert(found);
268 if (!found)
466 bool found = false; local
470 found = true;
476 if (found)
479 assert(found);
H A Dopt_constant_propagation.cpp161 acp_entry *found = NULL; local
178 found = entry;
183 if (!found)
190 if (found->initial_values & (1 << j))
196 data.f[i] = found->constant->value.f[rhs_channel];
199 data.i[i] = found->constant->value.i[rhs_channel];
202 data.u[i] = found->constant->value.u[rhs_channel];
205 data.b[i] = found->constant->value.b[rhs_channel];
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c365 bool found = false; local
368 found |= key_debug("EXT_texture_swizzle or DEPTH_TEXTURE_MODE",
371 found |= key_debug("GL_CLAMP enabled on any texture unit's 1st coordinate",
373 found |= key_debug("GL_CLAMP enabled on any texture unit's 2nd coordinate",
375 found |= key_debug("GL_CLAMP enabled on any texture unit's 3rd coordinate",
377 found |= key_debug("GL_MESA_ycbcr texturing\n",
379 found |= key_debug("GL_MESA_ycbcr UV swapping\n",
382 return found;
392 bool found = false; local
415 found |
[all...]

Completed in 6050 milliseconds

1234567891011>>