HomeSort by relevance Sort by last modified time
    Searched refs:flush_cache (Results 1 - 25 of 26) sorted by null

1 2

  /external/libunwind/tests/
flush-cache.h 31 #define flush_cache(ADDR, LEN) \ macro
35 extern void flush_cache (void *addr, size_t len);
flush-cache.S 9 .global flush_cache
11 .proc flush_cache
12 flush_cache: label
37 .endp flush_cache
41 .globl flush_cache
42 flush_cache: label
49 .globl flush_cache
50 flush_cache: label
57 .globl flush_cache
58 flush_cache label
68 flush_cache: label
78 flush_cache: label
    [all...]
Gtest-dyn1.c 190 flush_cache (mem, MAX_FUNC_SIZE);
ia64-test-dyn1.c 34 flush_cache (addr, len);
  /external/avahi/avahi-core/
response-sched.h 33 int avahi_response_scheduler_post(AvahiResponseScheduler *s, AvahiRecord *record, int flush_cache, const AvahiAddress *querier, int immediately);
34 void avahi_response_scheduler_incoming(AvahiResponseScheduler *s, AvahiRecord *record, int flush_cache);
rrlist.h 33 void avahi_record_list_push(AvahiRecordList *l, AvahiRecord *r, int flush_cache, int unicast_response, int auxiliary);
response-sched.c 61 int flush_cache; member in struct:AvahiResponseJob
91 rj->flush_cache = 0;
191 static void enumerate_aux_records_callback(AVAHI_GCC_UNUSED AvahiServer *s, AvahiRecord *r, int flush_cache, void* userdata) {
197 avahi_response_scheduler_post(rj->scheduler, r, flush_cache, rj->querier_valid ? &rj->querier : NULL, 0);
206 if (!avahi_dns_packet_append_record(p, rj->record, rj->flush_cache, 0))
347 int avahi_response_scheduler_post(AvahiResponseScheduler *s, AvahiRecord *record, int flush_cache, const AvahiAddress *querier, int immediately) {
376 (rj->flush_cache || !flush_cache)) {
399 if (flush_cache)
400 rj->flush_cache = 1
    [all...]
rrlist.c 39 int flush_cache; member in struct:AvahiRecordListItem
110 *ret_flush_cache = i->flush_cache;
139 void avahi_record_list_push(AvahiRecordList *l, AvahiRecord *r, int flush_cache, int unicast_response, int auxiliary) {
154 i->flush_cache = flush_cache;
159 l->all_flush_cache = l->all_flush_cache && flush_cache;
185 /* Return TRUE if all entries in this list have flush_cache set */
server.c 54 static void enum_aux_records(AvahiServer *s, AvahiInterface *i, const char *name, uint16_t type, void (*callback)(AvahiServer *s, AvahiRecord *r, int flush_cache, void* userdata), void* userdata) {
85 void avahi_server_enumerate_aux_records(AvahiServer *s, AvahiInterface *i, AvahiRecord *r, void (*callback)(AvahiServer *s, AvahiRecord *r, int flush_cache, void* userdata), void* userdata) {
346 static void append_aux_callback(AvahiServer *s, AvahiRecord *r, int flush_cache, void* userdata) {
353 avahi_record_list_push(s->record_list, r, flush_cache, *unicast_response, 1);
397 int unicast_response, flush_cache, auxiliary; local
406 while ((r = avahi_record_list_next(s->record_list, &flush_cache, &unicast_response, &auxiliary))) {
415 if (flush_cache && !tc && !auxiliary && avahi_record_list_all_flush_cache(s->record_list))
418 if (!avahi_interface_post_response(i, r, flush_cache, a, im) && unicast_response) {
435 if (avahi_dns_packet_append_record(reply, r, flush_cache, 0)) {
455 if (avahi_dns_packet_append_record(reply, r, flush_cache, 0))
    [all...]
iface.h 174 int avahi_interface_post_response(AvahiInterface *i, AvahiRecord *record, int flush_cache, const AvahiAddress *querier, int immediately);
internal.h 177 void avahi_server_enumerate_aux_records(AvahiServer *s, AvahiInterface *i, AvahiRecord *r, void (*callback)(AvahiServer *s, AvahiRecord *r, int flush_cache, void* userdata), void* userdata);
iface.c 626 int avahi_interface_post_response(AvahiInterface *i, AvahiRecord *record, int flush_cache, const AvahiAddress *querier, int immediately) {
633 return avahi_response_scheduler_post(i->response_scheduler, record, flush_cache, querier, immediately);
  /external/libunwind/include/
libunwind-common.h.in 229 #define unw_flush_cache UNW_ARCH_OBJ(flush_cache)
libunwind-common.h 263 #define unw_flush_cache UNW_ARCH_OBJ(flush_cache)
  /external/libunwind/
Android.mk 87 src/mi/flush_cache.c \
  /external/boringssl/src/ssl/
ssl_lib.c 1777 int flush_cache = 0; local
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.h     [all...]
macro-assembler-arm.cc     [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.h     [all...]
macro-assembler-ppc.cc     [all...]
  /external/v8/src/mips/
macro-assembler-mips.h     [all...]
macro-assembler-mips.cc     [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.h     [all...]
  /external/v8/src/s390/
macro-assembler-s390.h     [all...]
macro-assembler-s390.cc     [all...]

Completed in 668 milliseconds

1 2