/third_party/ffmpeg/libavcodec/ |
H A D | g2meet.c | 357 NW = above_row[(x) - 1]; \ 367 NWW = NW; \ 368 NW = N; \ 495 int N, int W, int NW) in epic_decode_component_pred() 498 return mid_pred(N, N + W - NW, W) - TOSIGNED(delta); in epic_decode_component_pred() 505 uint32_t N, W, NW, pred; in epic_decode_pixel_pred() local 512 NW = above_row[x - 1]; in epic_decode_pixel_pred() 516 GNW = (NW >> G_shift) & 0xFF; in epic_decode_pixel_pred() 523 ((NW >> R_shift) & 0xFF) - GNW); in epic_decode_pixel_pred() 528 ((NW >> B_shif in epic_decode_pixel_pred() 494 epic_decode_component_pred(ePICContext *dc, int N, int W, int NW) epic_decode_component_pred() argument 602 uint32_t W, WW, N, NN, NW, NE, NWW, NNW, NNE; epic_decode_run_length() local 749 uint32_t NW = above_row[x - 1]; epic_predict_from_NW_NE() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_life.c | 299 enum { NW, N, NE, W, E, SW, S, SE }; in evolve() enumerator 306 pos[NW][0] = (i-1) < 0 ? life->h-1 : i-1; pos[NW][1] = (j-1) < 0 ? life->w-1 : j-1; in evolve() 315 pos[NW][0] = (i-1) < 0 ? -1 : i-1; pos[NW][1] = (j-1) < 0 ? -1 : j-1; in evolve() 326 n = (pos[NW][0] == -1 || pos[NW][1] == -1 ? 0 : oldbuf[pos[NW][0]*life->w + pos[NW][1]] == ALIVE_CELL) + in evolve()
|
H A D | vsrc_cellauto.c | 235 enum { NW, N, NE }; in evolve() enumerator 243 pos[NW] = i-1 < 0 ? s->w-1 : i-1; in evolve() 246 v = prev_row[pos[NW]]<<2 | prev_row[pos[N]]<<1 | prev_row[pos[NE]]; in evolve()
|
/third_party/python/Tools/unittestgui/ |
H A D | unittestgui.py | 301 leftFrame.pack(fill=tk.BOTH, side=tk.LEFT, anchor=tk.NW, expand=1) 307 progressFrame.pack(fill=tk.X, expand=0, anchor=tk.NW) 316 buttonFrame.pack(side=tk.LEFT, anchor=tk.NW, fill=tk.Y) 347 listFrame.pack(fill=tk.BOTH, anchor=tk.NW, expand=1) 352 anchor=tk.NW)
|
/third_party/python/Lib/tkinter/ |
H A D | constants.py | 12 NW='nw' variable
|
/third_party/libinput/src/ |
H A D | libinput-private.h | 891 NW = bit(7), enumerator 910 dir = N | NW | W; in xy_get_direction() 914 dir = NW | W | SW; in xy_get_direction() 918 dir = NE | N | NW; in xy_get_direction()
|
H A D | evdev-mt-touchpad.c | 984 directions = NE|E|SE|SW|W|NW; in tp_palm_detect_move_out_of_edge()
|
/third_party/python/Lib/idlelib/ |
H A D | sidebar.py | 483 canvas.create_text(2, y, anchor=tk.NW, text=prompt,
|
H A D | configdialog.py | 17 NONE, BOTH, X, Y, W, E, EW, NS, NSEW, NW, 2036 label.grid(row=row, column=0, sticky=NW) 2390 interior_id = canvas.create_window(0, 0, window=interior, anchor=NW)
|
/third_party/libinput/test/ |
H A D | test-gestures.c | 34 N, NE, E, SE, S, SW, W, NW, NCARDINALS enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 1769 // Cache knowledge of AR NW, which is propagated to this AddRec. in getZeroExtendExpr() 1816 // Cache knowledge of AR NW, which is propagated to this in getZeroExtendExpr() 2118 // Thus (AR is not NW => SAdd != OperandExtendedAdd) <=> in getSignExtendExpr() 2119 // (SAdd == OperandExtendedAdd => AR is NW) in getSignExtendExpr() 2727 // Always propagate NW. in getAddExpr() 3462 // The outer recurrence keeps its NW flag but only keeps NUW/NSW if the 3475 // The inner recurrence keeps its NW flag but only keeps NUW/NSW if 10229 SCEV::NoWrapFlags NW = ICmpInst::isSigned(Pred) ? 10231 if (!LAR->getNoWrapFlags(NW) || !RAR->getNoWrapFlags(NW)) [all...] |