HomeSort by relevance Sort by last modified time
    Searched refs:counters (Results 51 - 75 of 99) sorted by null

1 23 4

  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
ip_tables.h 73 struct xt_counters counters; member in struct:ipt_entry
149 struct xt_counters __user *counters; member in struct:ipt_replace
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv6/
ip6_tables.h 77 struct xt_counters counters; member in struct:ip6t_entry
155 struct xt_counters __user *counters; member in struct:ip6t_replace
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h 94 /* Packet and byte counters. */
95 struct xt_counters counters; member in struct:ipt_entry
191 /* Number of counters (must be equal to current number of entries). */
193 /* The old entries' counters. */
194 struct xt_counters __user *counters; member in struct:ipt_replace
330 struct compat_xt_counters counters; member in struct:compat_ipt_entry
ip_conntrack.h 89 struct ip_conntrack_counter counters[IP_CT_DIR_MAX]; member in struct:ip_conntrack
  /external/iproute2/include/linux/netfilter/
x_tables.h 114 __u64 pcnt, bcnt; /* Packet and byte counters */
125 /* The counters (actually `number' of these). */
126 struct xt_counters counters[0]; member in struct:xt_counters_info
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
fourX.h 173 concatenationDecisionCounter_t counters; member in struct:__anon13532
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 120 u_int64_t pcnt, bcnt; /* Packet and byte counters */
131 /* The counters (actually `number' of these). */
132 struct xt_counters counters[0]; member in struct:xt_counters_info
383 struct compat_xt_counters counters[0]; member in struct:compat_xt_counters_info
  /external/v8/
Android.v8common.mk 18 src/counters.cc \
69 src/v8-counters.cc \
  /external/libxml2/
xmlregexp.c 259 xmlRegCounter *counters; member in struct:_xmlAutomata
272 xmlRegCounter *counters; member in struct:_xmlRegexp
341 int *errCounts; /* counters at the error state */
435 ret->counters = ctxt->counters;
661 ctxt->counters = NULL;
921 if (ctxt->counters != NULL)
922 xmlFree(ctxt->counters);
1191 fprintf(output, "%d counters:\n", ctxt->nbCounters);
1193 fprintf(output, " %d: min %d max %d\n", i, ctxt->counters[i].min
    [all...]
  /external/freetype/src/pshinter/
pshrec.c 539 ps_mask_table_done( &dimension->counters, memory );
551 dimension->counters.num_masks = 0;
721 FT_UInt count = dim->counters.num_masks;
722 PS_Mask counter = dim->counters.masks;
738 error = ps_mask_table_alloc( &dim->counters, memory, &counter );
771 return ps_mask_table_merge_all( &dim->counters, memory );
932 /* now, add the hints to the counters table */
  /external/v8/tools/
profile.js 325 var counters = new devtools.profiler.CallTree();
329 var root = counters.findOrAddChild(rootLabel);
361 // need an explicit root in it. Thus, replace the counters tree
363 counters.root_ = root;
366 counters.getRoot().selfWeight = root.selfWeight;
367 counters.getRoot().totalWeight = root.totalWeight;
369 return counters;
stats-viewer.py 33 The stats viewer reads counters from a binary file and displays them
55 # The magic numbers used to check if a file is not a counters file
67 data_name: the name of the file containing the counters.
71 # The handle created by mmap.mmap to the counters file. We need
79 # The counter collection used to access the counters file
95 """Mount the binary counters file as a memory-mapped file. If
132 necessary. If the same counters are present in the file as before
133 we just update the existing labels. If any counters have been added
170 counters = self.ComputeCounters()
171 self.RebuildMainWindow(counters)
    [all...]
  /hardware/ti/wlan/wl1271/TWD/MacServices/
MeasurementSrv.c     [all...]
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
MeasurementSrv.c     [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldDb.h 217 * General counters
333 TGenCounters counters; /* General counters */ member in struct:__anon8140
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
txResult.c 85 /* The Tx-results counters and table read transaction structure. */
106 TResultsInfoReadTxn tResultsInfoReadTxn; /* The structure used for reading Tx-results counters and table from FW */
273 uTempCounters = ENDIAN_HANDLE_LONG(pFwStatus->counters);
319 /* Read Tx-Result queue and counters. */
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldDb.h 212 * General counters
335 TGenCounters counters; /* General counters */ member in struct:__anon13983
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
txResult.c 85 /* The Tx-results counters and table read transaction structure. */
106 TResultsInfoReadTxn tResultsInfoReadTxn; /* The structure used for reading Tx-results counters and table from FW */
273 uTempCounters = ENDIAN_HANDLE_LONG(pFwStatus->counters);
318 /* Read Tx-Result queue and counters. */
  /external/iptables/
ip6tables.c 136 { "set-counters", 1, 0, 'c' },
355 " --zero -Z [chain] Zero counters in chain or all chains\n"
386 " --set-counters PKTS BYTES set the counter during insert/append\n"
1264 struct ip6t_counters counters; local
1265 const char *pol = ip6tc_get_policy(chain, &counters, handle);
1271 print_num(counters.pcnt, (format|FMT_NOTABLE));
    [all...]
iptables.c 137 { "set-counters", 1, 0, 'c' },
442 " --zero -Z [chain] Zero counters in chain or all chains\n"
477 " --set-counters PKTS BYTES set the counter during insert/append\n"
1330 struct ipt_counters counters; local
    [all...]
  /external/iptables/libiptc/
libip4tc.c 146 printf("Counters: %llu packets, %llu bytes\n",
147 (unsigned long long)e->counters.pcnt, (unsigned long long)e->counters.bcnt);
libip6tc.c 180 printf("Counters: %llu packets, %llu bytes\n",
181 (unsigned long long)e->counters.pcnt, (unsigned long long)e->counters.bcnt);
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 45 The Anti-Grav Belt. The theory here is simple. It counters the force of
  /frameworks/base/opengl/include/GLES2/
gl2ext.h 408 GL_APICALL void GL_APIENTRY glGetPerfMonitorCountersAMD (GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counters);
420 typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERSAMDPROC) (GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counters);
  /ndk/build/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 408 GL_APICALL void GL_APIENTRY glGetPerfMonitorCountersAMD (GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counters);
420 typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERSAMDPROC) (GLuint group, GLint *numCounters, GLint *maxActiveCounters, GLsizei counterSize, GLuint *counters);

Completed in 3988 milliseconds

1 23 4