Searched refs:atoms (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-sched.c51 struct sched_atom **atoms; member in struct:task_desc
229 task->atoms = realloc(task->atoms, size);
230 BUG_ON(!task->atoms);
232 task->atoms[idx] = event;
242 return task->atoms[task->nr_events - 1];
467 process_sched_event(this_task, this_task->atoms[i]);
883 struct work_atoms *atoms; local
886 atoms = container_of(node, struct work_atoms, node);
888 cmp = thread_lat_cmp(sort_list, &key, atoms);
928 struct work_atoms *atoms = zalloc(sizeof(*atoms)); local
956 add_sched_out_event(struct work_atoms *atoms, char run_state, u64 timestamp) argument
975 add_runtime_event(struct work_atoms *atoms, u64 delta, u64 timestamp __used) argument
988 add_sched_in_event(struct work_atoms *atoms, u64 timestamp) argument
1080 struct work_atoms *atoms = thread_atoms_search(&atom_root, thread, &cmp_pid); local
1102 struct work_atoms *atoms; local
1150 struct work_atoms *atoms; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dsound.cpp282 unsigned long atoms[5]; local
296 atoms[0] = EndianU32_NtoB(sizeof(long) * 3);
297 atoms[1] = EndianU32_NtoB(kDataRefExtensionMacOSFileType);
298 atoms[2] = EndianU32_NtoB(type);
299 atoms[3] = EndianU32_NtoB(sizeof(long) * 2 + m_waveLength);
300 atoms[4] = EndianU32_NtoB(kDataRefExtensionInitializationData);
305 err |= PtrAndHand(atoms, dataRef, sizeof(long) * 5);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dutilsx11.cpp295 Atom *atoms; local
313 &after, (unsigned char **)&atoms);
314 if ( type != XA_ATOM || atoms == NULL )
320 if ( atoms[i] == feature )
322 XFree(atoms);
326 XFree(atoms);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dclipbrd.cpp101 // the atoms we received, holding a list of targets (= formats)
102 GdkAtom *atoms = (GdkAtom *)selection_data->data; variable
106 wxDataFormat format( atoms[i] );
113 // gdk_atom_name( atoms[i] ),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dclipbrd.cpp102 // the atoms we received, holding a list of targets (= formats)
103 GdkAtom *atoms = (GdkAtom *)selection_data->data; variable
107 wxDataFormat format( atoms[i] );
114 // gdk_atom_name( atoms[i] ),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dclipbrd.cpp108 // the atoms we received, holding a list of targets (= formats)
109 GdkAtom *atoms = (GdkAtom *)selection_data->data;
113 wxDataFormat format( atoms[i] );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.c244 xmlRegAtomPtr *atoms; member in struct:_xmlAutomata
263 xmlRegAtomPtr *atoms; member in struct:_xmlRegexp
426 ret->atoms = ctxt->atoms;
437 (ret->atoms != NULL) &&
438 (ret->atoms[0] != NULL) &&
439 (ret->atoms[0]->type == XML_REGEXP_STRING)) {
451 * 2/ counting the unique number of atoms, and check that
489 if ((ret->atoms[i]->type == XML_REGEXP_STRING) &&
490 (ret->atoms[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c251 xmlRegAtomPtr *atoms; member in struct:_xmlAutomata
270 xmlRegAtomPtr *atoms; member in struct:_xmlRegexp
433 ret->atoms = ctxt->atoms;
444 (ret->atoms != NULL) &&
445 (ret->atoms[0] != NULL) &&
446 (ret->atoms[0]->type == XML_REGEXP_STRING)) {
458 * 2/ counting the unique number of atoms, and check that
496 if ((ret->atoms[i]->type == XML_REGEXP_STRING) &&
497 (ret->atoms[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlregexp.c251 xmlRegAtomPtr *atoms; member in struct:_xmlAutomata
270 xmlRegAtomPtr *atoms; member in struct:_xmlRegexp
433 ret->atoms = ctxt->atoms;
444 (ret->atoms != NULL) &&
445 (ret->atoms[0] != NULL) &&
446 (ret->atoms[0]->type == XML_REGEXP_STRING)) {
458 * 2/ counting the unique number of atoms, and check that
496 if ((ret->atoms[i]->type == XML_REGEXP_STRING) &&
497 (ret->atoms[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.c244 xmlRegAtomPtr *atoms; member in struct:_xmlAutomata
263 xmlRegAtomPtr *atoms; member in struct:_xmlRegexp
426 ret->atoms = ctxt->atoms;
437 (ret->atoms != NULL) &&
438 (ret->atoms[0] != NULL) &&
439 (ret->atoms[0]->type == XML_REGEXP_STRING)) {
451 * 2/ counting the unique number of atoms, and check that
489 if ((ret->atoms[i]->type == XML_REGEXP_STRING) &&
490 (ret->atoms[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-mgr.c46 /* how frequently to cull old atoms */
2327 struct peer_atom ** atoms = NULL; local
2339 *** build a list of atoms
2347 atoms = tr_new( struct peer_atom *, atomCount );
2349 atoms[i] = peers[i]->atom;
2356 atoms = tr_new( struct peer_atom *, n );
2359 atoms[atomCount++] = atomBase[i];
2362 qsort( atoms, atomCount, sizeof( struct peer_atom * ), compareAtomsByUsefulness );
2373 const struct peer_atom * atom = atoms[i];
2391 tr_free( atoms );
3708 struct peer_atom ** atoms = (struct peer_atom**) tr_ptrArrayPeek( &t->pool, &atomCount ); local
3998 struct peer_atom ** atoms; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dre_syntax.tex41 atoms}, concatenated. It matches a match for the first, followed by a match
424 Most atoms, and all constraints, have no preference.

Completed in 223 milliseconds