Searched defs:generation (Results 1 - 25 of 43) sorted by relevance

12

/external/skia/src/gpu/gl/
H A DGrGLGLSL.cpp13 bool GrGLGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation) { argument
14 SkASSERT(generation);
23 *generation = k420_GrGLSLGeneration;
25 *generation = k400_GrGLSLGeneration;
27 *generation = k330_GrGLSLGeneration;
29 *generation = k150_GrGLSLGeneration;
31 *generation = k140_GrGLSLGeneration;
33 *generation = k130_GrGLSLGeneration;
35 *generation = k110_GrGLSLGeneration;
41 *generation
[all...]
H A DGrGLCaps.cpp604 // We support manual mip-map generation (via iterative downsampling draw calls). This fixes
628 const char* get_glsl_version_decl_string(GrGLStandard standard, GrGLSLGeneration generation, argument
630 switch (generation) {
/external/e2fsprogs/misc/
H A Dlsattr.c82 unsigned long generation; local
100 if (fgetversion (name, &generation) == -1) {
106 printf ("%-10lu ", generation);
H A Dfuse2fs.c3178 __u32 generation = *(__u32 *)data; local
3192 inode.i_generation = generation;
3842 /* Initialize generation counter */
/external/libunwind/include/tdep-ia64/
H A Dscript.h73 uint32_t generation; /* generation number */ member in struct:ia64_script_cache
/external/libevent/
H A Devthread_win32.c184 int generation; member in struct:evthread_win32_cond
202 cond->n_waiting = cond->n_to_wake = cond->generation = 0;
224 cond->generation++;
244 generation_at_start = cond->generation;
255 cond->generation != generation_at_start) {
/external/skia/src/gpu/
H A DGrDrawOpAtlas.h236 static GrDrawOpAtlas::AtlasID CreateId(uint32_t index, uint64_t generation) { argument
238 SkASSERT(generation < ((uint64_t)1 << 48));
239 return generation << 16 | index;
271 // top 48 bits are reserved for the generation ID
/external/v8/src/
H A Dcompilation-cache.cc41 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) { argument
42 DCHECK(generation < generations_);
44 if (tables_[generation]->IsUndefined(isolate())) {
46 tables_[generation] = *result;
49 CompilationCacheTable::cast(tables_[generation]);
57 // Don't directly age single-generation caches.
70 // Set the first generation as unborn.
96 // Probe the script generation tables. Make sure not to leak handles
99 for (int generation = 0; generation < generation
149 int generation; local
210 int generation; local
252 int generation; local
[all...]
/external/libchrome/base/trace_event/
H A Dtrace_log.h421 // |generation| is used in the following callbacks to check if the callback
423 void FlushCurrentThread(int generation, bool discard_events);
429 void FinishFlush(int generation, bool discard_events);
430 void OnFlushTimeout(int generation, bool discard_events);
432 int generation() const { function in class:base::trace_event::TraceLog
435 bool CheckGeneration(int generation) const {
436 return generation == this->generation();
/external/libunwind/include/
H A Dlibunwind-dynamic.h153 uint32_t generation; member in struct:unw_dyn_info_list
H A Ddwarf.h342 uint32_t generation; /* generation number */ member in struct:dwarf_rs_cache
/external/webrtc/webrtc/p2p/base/
H A Dcandidate.h50 uint32_t generation,
61 generation_(generation),
128 // Candidates in a new generation replace those in the old generation.
129 uint32_t generation() const { return generation_; } function in class:cricket::Candidate
130 void set_generation(uint32_t generation) { generation_ = generation; } argument
43 Candidate(int component, const std::string& protocol, const rtc::SocketAddress& address, uint32_t priority, const std::string& username, const std::string& password, const std::string& type, uint32_t generation, const std::string& foundation) argument
H A Dportallocator.h141 virtual uint32_t generation() { return generation_; } function in class:cricket::PortAllocatorSession
142 virtual void set_generation(uint32_t generation) { generation_ = generation; } argument
H A Dp2ptransportchannel.cc51 // If we're still tied at this point, prefer a younger generation.
52 return (a->remote_candidate().generation() + a->port()->generation()) -
53 (b->remote_candidate().generation() + b->port()->generation());
639 uint32_t* generation) {
648 *generation = params.rend() - it - 1;
676 uint32_t generation = GetRemoteCandidateGeneration(candidate); local
677 // If a remote candidate with a previous generation arrives, drop it.
678 if (generation < remote_ice_generatio
637 FindRemoteIceFromUfrag( const std::string& ufrag, uint32_t* generation) argument
816 uint32_t generation = 0; local
[all...]
H A Dport.h173 // Identifies the generation that this port was created in.
174 uint32_t generation() { return generation_; } function in class:cricket::Port
175 void set_generation(uint32_t generation) { generation_ = generation; } argument
/external/ImageMagick/MagickCore/
H A Dlog.c132 generation;
1037 %g generation
1098 q+=FormatLocaleString(q,extent,"%.20g",(double) (log_info->generation %
1235 q+=FormatLocaleString(q,extent,"%.20g",(double) (log_info->generation %
1370 log_info->generation++;
129 generation; member in struct:_LogInfo
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp272 /// keep track of a generation count of the read, which is compared against
273 /// the current generation count. The current generation count is incremented
276 /// events (such as fences or atomic instructions) increment the generation
305 /// It uses the same generation count as loads.
310 /// \brief This is the current generation of the memory value.
342 // calls as well as the generation. There is a child iterator so that the
356 void childGeneration(unsigned generation) { ChildGeneration = generation; } argument
575 // Accordingly, don't update the generation bu
[all...]
/external/skia/include/gpu/
H A DGrShaderCaps.h253 GrGLSLGeneration generation() const { return fGLSLGeneration; } function in class:GrShaderCaps
/external/syslinux/extlinux/
H A Dbtrfs.h62 uint64_t generation; member in struct:btrfs_super_block
92 uint64_t generation; member in struct:btrfs_super_block::btrfs_dev_item
/external/toybox/toys/
H A De2fs.h98 uint32_t generation; // File version (for NFS) member in struct:ext2_inode
/external/kernel-headers/original/uapi/linux/
H A Dfirewire-cdev.h75 * @generation: New bus generation
93 __u32 generation; member in struct:fw_cdev_event_bus_reset
151 * @generation: Bus generation in which the request is valid
171 * @generation pertain to that card. Destination node ID and bus generation may
189 * card index, node ID, and generation for outbound requests.
199 __u32 generation; member in struct:fw_cdev_event_request2
497 * @generation
511 __u32 generation; member in struct:fw_cdev_send_request
998 __u32 generation; member in struct:fw_cdev_send_stream_packet
1021 __u32 generation; member in struct:fw_cdev_send_phy_packet
[all...]
H A Dfd.h216 int generation; /* how many diskchanges? */ member in struct:floppy_drive_struct
H A Dbtrfs_tree.h369 /* expected generation for this device */
370 __le64 generation; member in struct:btrfs_dev_item
441 __le64 generation; member in struct:btrfs_free_space_header
464 __le64 generation; member in struct:btrfs_extent_item
511 __le64 generation; member in struct:btrfs_extent_ref_v0
549 /* nfs style generation number */
550 __le64 generation; member in struct:btrfs_inode_item
599 __le64 generation; member in struct:btrfs_root_item
617 * This generation number is used to test if the new fields are valid
619 * is written out, the "generation" fiel
737 __le64 generation; member in struct:btrfs_file_extent_item
935 __le64 generation; member in struct:btrfs_qgroup_status_item
948 __le64 generation; member in struct:btrfs_qgroup_info_item
[all...]
H A Dfuse.h400 uint64_t generation; /* Inode generation: nodeid:gen must member in struct:fuse_entry_out
/external/syslinux/core/fs/btrfs/
H A Dbtrfs.h73 __le64 generation; member in struct:btrfs_dev_item
91 __le64 generation; member in struct:btrfs_super_block
158 __le64 generation; member in struct:btrfs_header
178 __le64 generation; member in struct:btrfs_key_ptr
216 /* nfs style generation number */
217 __le64 generation; member in struct:btrfs_inode_item
246 __le64 generation; member in struct:btrfs_root_item
268 __le64 generation; member in struct:btrfs_file_extent_item

Completed in 1368 milliseconds

12